cmdlet refactor
This commit is contained in:
@@ -392,7 +392,7 @@ def _dispatch_alldebrid_magnet_search(
|
||||
config: Dict[str, Any],
|
||||
) -> None:
|
||||
try:
|
||||
from cmdlet.search_file import CMDLET as _SEARCH_FILE_CMDLET
|
||||
from cmdlet.file.search import CMDLET as _SEARCH_FILE_CMDLET
|
||||
|
||||
exec_fn = getattr(_SEARCH_FILE_CMDLET, "exec", None)
|
||||
if callable(exec_fn):
|
||||
|
||||
Reference in New Issue
Block a user