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

@@ -37,7 +37,7 @@ class FileManagerModule(_ModuleBase):
def init_module(self) -> None:
# 加载模块
self._storage_schemas = ModuleHelper.load('app.modules.filetransfer.storage',
self._storage_schemas = ModuleHelper.load('app.modules.filemanager.storage',
filter_func=lambda _, obj: hasattr(obj, 'schema'))
@staticmethod

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,