zhangyong 1 yıl önce
ebeveyn
işleme
61568276ce
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      video_stitching/video_stitching.py

+ 2 - 2
video_stitching/video_stitching.py

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