From 76643f13ed25408277ad4b1b13b1478ae32cb0d3 Mon Sep 17 00:00:00 2001 From: Attente <19653207+wikrin@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:33:02 +0800 Subject: [PATCH] Update system.py --- app/api/endpoints/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/endpoints/system.py b/app/api/endpoints/system.py index 7fcd2b6a..a7e1ddb3 100644 --- a/app/api/endpoints/system.py +++ b/app/api/endpoints/system.py @@ -391,7 +391,7 @@ def ruletest(title: str, # 过滤 result = SearchChain().filter_torrents(rule_groups=[rulegroup.name], - torrent_list=[torrent],mediainfo=media_info) + torrent_list=[torrent], mediainfo=media_info) if not result: return schemas.Response(success=False, message="不符合过滤规则!") return schemas.Response(success=True, data={