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={