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