Browse Source

修改脚本运行时间

zhangyong 1 year ago
parent
commit
516f452aad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      agc_main.py

+ 1 - 1
agc_main.py

@@ -52,7 +52,7 @@ def video_task():
 
 
 # 每天0点10清空集合
-schedule.every().day.at("00:10").do(clear_returned_usernames)
+schedule.every().day.at("03:10").do(clear_returned_usernames)
 
 #每10分钟执行次脚本
 schedule.every(10).minutes.do(video_task)