zhangyong 8 months ago
parent
commit
80af80bce7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      job_dd_sph.py

+ 1 - 1
job_dd_sph.py

@@ -11,7 +11,7 @@ def video_task_start():
             print("开始执行任务")
             print("开始执行任务")
             mark = VideoProcessor.main(data)
             mark = VideoProcessor.main(data)
             print(f"返回用户名: {mark}")
             print(f"返回用户名: {mark}")
-            time.sleep(360 if mark else 2600)  # 根据 mark 是否为空设置延迟
+            time.sleep(360 if mark else 3600)  # 根据 mark 是否为空设置延迟
         except Exception as e:
         except Exception as e:
             print("处理任务时出现异常:", e)
             print("处理任务时出现异常:", e)
             time.sleep(10)
             time.sleep(10)