@@ -18,7 +18,7 @@ def job_douyin_data():
schedule.every().day.at("14:00").do(job_douyin_data)
# 设置上午4点运行任务
-schedule.every().day.at("11:34").do(job_video_stitching)
+schedule.every().day.at("11:40").do(job_video_stitching)
while True:
schedule.run_pending()