fix 打印优先级日志

This commit is contained in:
jxxghp 2023-08-19 16:50:22 +08:00
parent 33d483d4ab
commit 76268cecb1

View File

@ -180,6 +180,7 @@ class FilterModule(_ModuleBase):
if self.__match_group(torrent, parsed_group.as_list()[0]):
# 出现匹配时中断
matched = True
logger.info(f"种子 {torrent.site_name} - {torrent.title} 优先级为 {res_order}")
torrent.pri_order = res_order
break
# 优先级降低,继续匹配