Ver código fonte

update run time

wangkun 3 anos atrás
pai
commit
3c1b008710
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      main/run.py

+ 1 - 1
main/run.py

@@ -62,7 +62,7 @@ class Main:
         while True:
             while True:
                 main_time = datetime.datetime.now()
-                if main_time.hour >= 11:
+                if main_time.hour >= 10:
                     cls.download_job_prod()
                 else:
                     break