I have a python script that I would like to run every 5 minutes between the hours of 9am and 5pm. I do not want to use a crontab but rather automate the code within itself to run every five minutes. What is the best way to do this?
Thanks.
I have a python script that I would like to run every 5 minutes between the hours of 9am and 5pm. I do not want to use a crontab but rather automate the code within itself to run every five minutes. What is the best way to do this?
Thanks.