supeng 1 month ago
parent
commit
acd71d6e73
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("10:25").do(bot_video_ai_pq)
+    schedule.every().day.at("14:00").do(bot_video_ai_pq)
     schedule.every().day.at("02:25").do(bot_video_ai_top)