|
@@ -56,7 +56,7 @@ def job_video_stitching():
|
|
|
Common.logger("video").info("开始执行-快手拼接")
|
|
|
video_type = "快手-拼接类"
|
|
|
channel_type = "kspinjie"
|
|
|
- VideoStitching.video_stitching_pinjie(video_type, pjdouyin_account_id, channel_type)
|
|
|
+ VideoStitching.video_stitching_pinjie(video_type, ksdouyin_account_id, channel_type)
|
|
|
count = int(dy_yinmei_count + koubo_count + ks_yinmei_count + pjdouyin_account_id + ksdouyin_account_id)
|
|
|
Common.logger("video").info(f"视频生成条数为:{count}")
|
|
|
if count == 40:
|