fix bug
This commit is contained in:
@ -83,7 +83,7 @@ class FilterModule(_ModuleBase):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def init_setting(self) -> Tuple[str, Union[str, bool]]:
|
def init_setting(self) -> Tuple[str, Union[str, bool]]:
|
||||||
return "FILTER_RULE", True
|
pass
|
||||||
|
|
||||||
def filter_torrents(self, rule_string: str,
|
def filter_torrents(self, rule_string: str,
|
||||||
torrent_list: List[TorrentInfo],
|
torrent_list: List[TorrentInfo],
|
||||||
|
Reference in New Issue
Block a user