schedule.py needs to be added to so it has compatibility with Windows.
What to do:
Write code that will make Windows run run.py on startup, and attempt to keep it alive (that is, if it crashes, Windows should automatically start it up again.) You might want to look at Windows Task Scheduler to make this happen, and lines 5-60 of schedule.py for similar code that performs the same function on Mac OS.
After you're done, replace line 62 on schedule.py with your code.
schedule.py
needs to be added to so it has compatibility with Windows.What to do:
Write code that will make Windows run
run.py
on startup, and attempt to keep it alive (that is, if it crashes, Windows should automatically start it up again.) You might want to look at Windows Task Scheduler to make this happen, and lines 5-60 ofschedule.py
for similar code that performs the same function on Mac OS.After you're done, replace line 62 on
schedule.py
with your code.