This commit is contained in:
jxxghp
2024-07-04 21:58:10 +08:00
parent 290cafa03d
commit c87b982ebf
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class IndexerModule(_ModuleBase):
return True, ""
def init_setting(self) -> Tuple[str, Union[str, bool]]:
return "INDEXER", "builtin"
pass
def search_torrents(self, site: CommentedMap,
keywords: List[str] = None,