zhangyong 9 月之前
父节点
当前提交
c20505f2ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      video_rewriting/video_processor.py

+ 1 - 1
video_rewriting/video_processor.py

@@ -310,7 +310,7 @@ class VideoProcessor:
                         Feishu.update_values("ILb4sa0LahddRktnRipcu2vQnLb", sheet, "A2:Z2", values)
                 cls.remove_files(video_path_url)
             except Exception as e:
-                Common.logger(mark).warning(f"{name}的{task_mark}任务处理失败:{e}")
+                Common.logger(mark).info(f"{name}的{task_mark}任务处理失败:{e}")
                 cls.remove_files(video_path_url)
                 continue