zhangyong 5 months ago
parent
commit
d02127f954
1 changed files with 1 additions and 1 deletions
  1. 1 1
      job_redis_data.py

+ 1 - 1
job_redis_data.py

@@ -40,7 +40,7 @@ def ab_video_ai_recommend():
 def schedule_tasks():
     schedule.every().hour.at(":22").do(bot_video_ai_recommend)
     schedule.every().day.at("01:25").do(bot_video_ai_top)
-    schedule.every().day.at("23:25").do(ab_video_ai_recommend())
+    schedule.every().day.at("23:25").do(ab_video_ai_recommend)
 
 
 if __name__ == "__main__":