|
@@ -59,9 +59,9 @@ def job_video_stitching():
|
|
|
# VideoStitching.video_stitching_pinjie(video_type, ksdouyin_account_id, channel_type)
|
|
|
count = int(dy_yinmei_count + ks_yinmei_count)
|
|
|
Common.logger("video").info(f"视频生成条数为:{count}")
|
|
|
- if count == 30:
|
|
|
+ if count == 20:
|
|
|
if flag:
|
|
|
- Feishu.bot('recommend', '拼接视频', '自制视频拼接完成啦,共计30条~')
|
|
|
+ Feishu.bot('recommend', '拼接视频', '自制视频拼接完成啦,共计20条~')
|
|
|
flag = False
|
|
|
if count == 0:
|
|
|
flag = True
|