소스 검색

调整生成顺序

zhangyong 1 년 전
부모
커밋
f2380ba58f
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      main.py

+ 5 - 5
main.py

@@ -24,16 +24,16 @@ def job_video_stitching():
         video_type = "音画美文"
         channel_type = "douyin"
         VideoStitching.video_stitching(video_type, dy_yinmei_count, channel_type)
-    elif int(koubo_count) < 10:
-        Common.logger().info("开始执行")
-        video_type = "口播--美文类"
-        channel_type = "koubo"
-        VideoStitching.video_stitching(video_type, koubo_count, channel_type)
     elif int(ks_yinmei_count) < 10:
         Common.logger().info("开始执行")
         video_type = "音画美文"
         channel_type = "kuaishou"
         VideoStitching.video_stitching(video_type, ks_yinmei_count, channel_type)
+    elif int(koubo_count) < 10:
+        Common.logger().info("开始执行")
+        video_type = "口播--美文类"
+        channel_type = "koubo"
+        VideoStitching.video_stitching(video_type, koubo_count, channel_type)
     count = int(dy_yinmei_count + koubo_count + ks_yinmei_count)
     if count == 30:
         if flag: