zhangyong 1 month ago
parent
commit
193b00d5d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      job_keyword_ks.py

+ 1 - 1
job_keyword_ks.py

@@ -21,7 +21,7 @@ def video_task_start():
                     time.sleep(3600)
                     continue
             logger.info(f"[+] 开始执行任务")
-
+            time.sleep(3)
             print("开始执行任务")
             mark = VideoProcessor.main(data)
             logger.info(f"[+] 返回用户名: {mark}")