mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix
This commit is contained in:
@@ -393,10 +393,6 @@ class Monitor(metaclass=Singleton):
|
|||||||
logger.error("文件转移模块运行失败")
|
logger.error("文件转移模块运行失败")
|
||||||
return
|
return
|
||||||
|
|
||||||
if not transferinfo:
|
|
||||||
logger.error("文件转移模块运行失败")
|
|
||||||
return
|
|
||||||
|
|
||||||
if not transferinfo.success:
|
if not transferinfo.success:
|
||||||
# 转移失败
|
# 转移失败
|
||||||
logger.warn(f"{event_path.name} 入库失败:{transferinfo.message}")
|
logger.warn(f"{event_path.name} 入库失败:{transferinfo.message}")
|
||||||
|
|||||||
Reference in New Issue
Block a user