Browse Source

调整历史数据读取时间

supeng 3 weeks ago
parent
commit
10b82f8fe2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      workers/select_work.py

+ 1 - 1
workers/select_work.py

@@ -59,7 +59,7 @@ def bot_video_ai_recommend():
 
 def schedule_tasks():
     schedule.every().hour.at(":26").do(bot_video_ai_recommend)
-    schedule.every().day.at("01:25").do(bot_video_ai_pq)
+    schedule.every().day.at("16:25").do(bot_video_ai_pq)
     schedule.every().day.at("02:25").do(bot_video_ai_top)