Browse Source

更新账号均值代码上线

罗俊辉 7 months ago
parent
commit
0133c4bf7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      updateMinigramInfoDaily.py

+ 1 - 1
updateMinigramInfoDaily.py

@@ -246,7 +246,7 @@ if __name__ == '__main__':
     # updateMinigramInfoJob()
     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:
         schedule.run_pending()