From 76268cecb15ae9b50b330abf2226abdb5ba2b4a8 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 19 Aug 2023 16:50:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=89=93=E5=8D=B0=E4=BC=98=E5=85=88?= =?UTF-8?q?=E7=BA=A7=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/modules/filter/__init__.py | 1 + 1 file changed, 1 insertion(+) 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 # 优先级降低,继续匹配