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