瀏覽代碼

no message

zhangyong 1 年之前
父節點
當前提交
61568276ce
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      video_stitching/video_stitching.py

+ 2 - 2
video_stitching/video_stitching.py

@@ -325,12 +325,12 @@ class VideoStitching():
                         time.sleep(120)
                         time.sleep(120)
                         count += 1
                         count += 1
                         Common.logger().info(f"视频添加到对应用户成功")
                         Common.logger().info(f"视频添加到对应用户成功")
-                        if count >= 13:
+                        if count >= 14:
                             break
                             break
             except Exception as e:
             except Exception as e:
                 Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
                 Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
                 continue
                 continue
-            if count >= 13:
+            if count >= 14:
                 break
                 break
 
 
     @classmethod
     @classmethod