Browse Source

条数通知更改

zhangyong 11 months ago
parent
commit
e00e734ad4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main.py

+ 2 - 2
main.py

@@ -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