瀏覽代碼

更新账号均值代码上线

罗俊辉 7 月之前
父節點
當前提交
0133c4bf7d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      updateMinigramInfoDaily.py

+ 1 - 1
updateMinigramInfoDaily.py

@@ -246,7 +246,7 @@ if __name__ == '__main__':
     # updateMinigramInfoJob()
     # updateMinigramInfoJob()
     schedule.every().day.at("01:00").do(Functions().job_with_thread, updateArticlesJob)
     schedule.every().day.at("01:00").do(Functions().job_with_thread, updateArticlesJob)
 
 
-    schedule.every().day.at("04:30").do(Functions().job_with_thread, updateMinigramInfoJob)
+    schedule.every().day.at("03:30").do(Functions().job_with_thread, updateMinigramInfoJob)
 
 
     while True:
     while True:
         schedule.run_pending()
         schedule.run_pending()