|
@@ -54,7 +54,7 @@ if __name__ == '__main__':
|
|
|
|
|
|
# num = 1
|
|
|
sched = BlockingScheduler()
|
|
|
- sched.add_job(func=download_data, trigger='cron', hour='22', minute='45', args=[stocks, engine])
|
|
|
+ sched.add_job(func=download_data, trigger='cron', hour='15', minute='45', args=[stocks, engine])
|
|
|
try:
|
|
|
sched.start()
|
|
|
except (KeyboardInterrupt, SystemExit):
|