Browse Source

更改启动时间

zhangyong 9 tháng trước cách đây
mục cha
commit
14c8ead25d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()