'running the app in python script at specific time scope
I have specific reqirement. I created the script managing 3rd party application. But I need to run that app only during specific time scope: 1.) from friday 10:15 PM to monday 3:15 PM. 2.) during weekdays (incluing monday): from 10:15 PM to 3:15 PM next day.
In other words: every working day from 10:15 PM to 3:15 PM next day (i.e. 17 hours). And then from friday 10:15 PM whole weekend until next monday 3:15 PM (i.e. 65 hours)
Using Windows 10 & python 3.7, tried python scheduler, but after pulling my hair off...
thanks in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
