remove bendcode

This commit is contained in:
jxxghp
2023-06-09 21:45:44 +08:00
parent 1558613772
commit 64713f45f1
5 changed files with 40 additions and 56 deletions

View File

@ -213,7 +213,7 @@ class CommonChain(ChainBase):
download_id = __download(_context=context, _torrent_file=torrent_path)
else:
logger.info(
f"【Downloader】种子 {meta.org_string} 未含集数信息,解析文件数为 {len(torrent_episodes)}")
f"种子 {meta.org_string} 未含集数信息,解析文件数为 {len(torrent_episodes)}")
continue
else:
download_id = __download(context)