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