|
@@ -49,6 +49,7 @@ def job_video_stitching():
|
|
|
channel_type = "koubo"
|
|
|
VideoStitching.video_stitching(video_type, koubo_count, channel_type)
|
|
|
count = int(dy_yinmei_count + koubo_count + ks_yinmei_count)
|
|
|
+ Common.logger("video").info(f"视频生成条数为:{count}")
|
|
|
if count == 30:
|
|
|
if flag:
|
|
|
Feishu.bot('recommend', '拼接视频', '自制视频拼接完成啦,共计30条~')
|