fix 打印优先级日志
This commit is contained in:
@ -180,6 +180,7 @@ class FilterModule(_ModuleBase):
|
|||||||
if self.__match_group(torrent, parsed_group.as_list()[0]):
|
if self.__match_group(torrent, parsed_group.as_list()[0]):
|
||||||
# 出现匹配时中断
|
# 出现匹配时中断
|
||||||
matched = True
|
matched = True
|
||||||
|
logger.info(f"种子 {torrent.site_name} - {torrent.title} 优先级为 {res_order}")
|
||||||
torrent.pri_order = res_order
|
torrent.pri_order = res_order
|
||||||
break
|
break
|
||||||
# 优先级降低,继续匹配
|
# 优先级降低,继续匹配
|
||||||
|
Reference in New Issue
Block a user