diff --git a/app/modules/filter/__init__.py b/app/modules/filter/__init__.py index b494b3cc..3ba8eaeb 100644 --- a/app/modules/filter/__init__.py +++ b/app/modules/filter/__init__.py @@ -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 # 优先级降低,继续匹配