This commit is contained in:
jxxghp
2023-08-08 06:59:17 +08:00
parent 38dd65bece
commit 3c3b8ff0e4
6 changed files with 8 additions and 10 deletions

View File

@ -306,7 +306,7 @@ class TorrentTransfer(_PluginBase):
continue
# TODO 读取trackers
try:
torrent_main = None
torrent_main = {}
main_announce = None
except Exception as err:
logger.error(f"解析种子文件 {torrent_file} 失败:{err}")