|
@@ -21,17 +21,17 @@ def job_video_stitching():
|
|
koubo_count = sql.get_koubo_account_id()
|
|
koubo_count = sql.get_koubo_account_id()
|
|
ks_yinmei_count = sql.get_ks_yinmei_account_id()
|
|
ks_yinmei_count = sql.get_ks_yinmei_account_id()
|
|
if int(ks_yinmei_count) < 10:
|
|
if int(ks_yinmei_count) < 10:
|
|
- Common.logger().info("开始执行")
|
|
|
|
|
|
+ Common.logger("video").info("开始执行-快手")
|
|
video_type = "音画美文"
|
|
video_type = "音画美文"
|
|
channel_type = "kuaishou"
|
|
channel_type = "kuaishou"
|
|
VideoStitching.video_stitching(video_type, ks_yinmei_count, channel_type)
|
|
VideoStitching.video_stitching(video_type, ks_yinmei_count, channel_type)
|
|
elif int(dy_yinmei_count) < 10:
|
|
elif int(dy_yinmei_count) < 10:
|
|
- Common.logger().info("开始执行")
|
|
|
|
|
|
+ Common.logger("video").info("开始执行-抖音")
|
|
video_type = "音画美文"
|
|
video_type = "音画美文"
|
|
channel_type = "douyin"
|
|
channel_type = "douyin"
|
|
VideoStitching.video_stitching(video_type, dy_yinmei_count, channel_type)
|
|
VideoStitching.video_stitching(video_type, dy_yinmei_count, channel_type)
|
|
elif int(koubo_count) < 10:
|
|
elif int(koubo_count) < 10:
|
|
- Common.logger().info("开始执行")
|
|
|
|
|
|
+ Common.logger("video").info("开始执行-口播")
|
|
video_type = "口播--美文类"
|
|
video_type = "口播--美文类"
|
|
channel_type = "koubo"
|
|
channel_type = "koubo"
|
|
VideoStitching.video_stitching(video_type, koubo_count, channel_type)
|
|
VideoStitching.video_stitching(video_type, koubo_count, channel_type)
|