|
@@ -384,7 +384,7 @@ class VideoStitching():
|
|
|
time.sleep(10)
|
|
|
# 发送成功 已使用视频存入数据库
|
|
|
if video_type == "口播--美文类":
|
|
|
- cls.insert_video_typeAudio(videos[0], audio_id)
|
|
|
+ cls.insert_video_typeAudio(videos, audio_id)
|
|
|
else:
|
|
|
cls.insert_videoAudio(audio_url, audio_id, channel_type)
|
|
|
Common.logger("video").info(f"发送成功 已使用视频存入数据库完成")
|