Browse Source

更改启动时间

zhangyong 9 months ago
parent
commit
14c8ead25d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_job.py

+ 1 - 1
video_job.py

@@ -13,7 +13,7 @@ def video_start():
 
 # video_start()
 
-schedule.every().day.at("01:00").do(video_start)
+schedule.every().day.at("05:30").do(video_start)
 
 while True:
     schedule.run_pending()