|
scheduler.add_job(func=download_data, trigger='cron', day_of_week='0-4', hour='20', minute='05',
|
|
scheduler.add_job(func=download_data, trigger='cron', day_of_week='0-4', hour='20', minute='05',
|
|
except (KeyboardInterrupt, SystemExit):
|
|
except (KeyboardInterrupt, SystemExit):
|