Browse Source

启动脚本更改定时时间

zhangyong 10 months ago
parent
commit
7ac38d2cf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      agc_job_main.py

+ 1 - 1
agc_job_main.py

@@ -55,7 +55,7 @@ def video_start(platform):
 
 
 
 
 schedule.every().day.at("04:10").do(video_start, "cg")
 schedule.every().day.at("04:10").do(video_start, "cg")
-schedule.every().day.at("21:20").do(video_start, "gs")
+schedule.every().day.at("19:40").do(video_start, "gs")
 schedule.every().day.at("00:20").do(video_start, "bk")
 schedule.every().day.at("00:20").do(video_start, "bk")