Browse Source

增加日志

zhangyong 10 months ago
parent
commit
80f983ea52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_agc/agc_video.py

+ 1 - 1
video_agc/agc_video.py

@@ -394,7 +394,7 @@ class AGC():
                 srt_new = SRT.getSrt(int(uid))
                 srt_new = SRT.getSrt(int(uid))
                 Common.logger("video").info(f"S{mark}的{platform}渠道音频ID{uid}")
                 Common.logger("video").info(f"S{mark}的{platform}渠道音频ID{uid}")
                 if error_count == 5:
                 if error_count == 5:
-                    Feishu.bot('recommend', 'AGC异常通知', f'音频id为{uid},任务处理异常5次,该任务跳过,请检查格式!', name, mark_name)
+                    Feishu.bot('recommend', 'AGC异常通知', f'{platform}渠道音频id为{uid},任务处理异常5次,该任务跳过,请检查格式!', name, mark_name)
                     count += 1
                     count += 1
                     continue
                     continue
                 if srt_new:
                 if srt_new: