浏览代码

条数通知更改

zhangyong 1 年之前
父节点
当前提交
e00e734ad4
共有 1 个文件被更改,包括 2 次插入2 次删除
  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)
     #     VideoStitching.video_stitching_pinjie(video_type, ksdouyin_account_id, channel_type)
     count = int(dy_yinmei_count + ks_yinmei_count)
     count = int(dy_yinmei_count + ks_yinmei_count)
     Common.logger("video").info(f"视频生成条数为:{count}")
     Common.logger("video").info(f"视频生成条数为:{count}")
-    if count == 30:
+    if count == 20:
         if flag:
         if flag:
-            Feishu.bot('recommend', '拼接视频', '自制视频拼接完成啦,共计30条~')
+            Feishu.bot('recommend', '拼接视频', '自制视频拼接完成啦,共计20条~')
             flag = False
             flag = False
     if count == 0:
     if count == 0:
         flag = True
         flag = True