This commit is contained in:
jxxghp
2023-10-12 17:07:26 +08:00
parent 4e13f59b36
commit a902b79684
2 changed files with 7 additions and 2 deletions

View File

@ -251,6 +251,6 @@ class ChineseSubFinder(_PluginBase):
else:
logger.info("ChineseSubFinder任务添加成功%s" % job_id)
else:
logger.error("%s 目录缺失nfo元数据" % file_path)
logger.warn(f"ChineseSubFinder调用出错{res.status_code} - {res.reason}")
except Exception as e:
logger.error("连接ChineseSubFinder出错" + str(e))