@@ -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
@classmethod