Explorar o código

修订自动化启动时间

daniel-ali %!s(int64=2) %!d(string=hai) anos
pai
achega
8e5810ec20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      QMT/download_history_data2.py

+ 1 - 1
QMT/download_history_data2.py

@@ -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):