1. Install schedule plugin
2. use the below sample
schedulers.py
# Schedule Library imported
import schedule
import time
import datetime
def doScheduler ():
print ( "Schedule starts @ ", datetime.datetime.now() );
2. use the below sample
schedulers.py
# Schedule Library imported
import schedule
import time
import datetime
def doScheduler ():
print ( "Schedule starts @ ", datetime.datetime.now() );
No comments:
Post a Comment