|
@@ -323,8 +323,7 @@ class VideoStitching():
|
|
|
video_with_subtitles.close()
|
|
video_with_subtitles.close()
|
|
|
except Exception as e:
|
|
except Exception as e:
|
|
|
Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
|
|
Common.logger().warning(f"新拼接视频发送oss失败:{e}\n")
|
|
|
- VideoStitching.video_stitching()
|
|
|
|
|
-
|
|
|
|
|
|
|
+ return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|