zhangyong 4 months ago
parent
commit
2c1d670e2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      job_pl_ks.py

+ 1 - 1
job_pl_ks.py

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