diff --git a/facefusion/args_store.py b/facefusion/args_store.py index c6b813f0..ce7d2a3c 100644 --- a/facefusion/args_store.py +++ b/facefusion/args_store.py @@ -33,7 +33,7 @@ def get_cli_args() -> List[str]: def get_sys_args() -> List[str]: - return list(get_cli_set().keys()) + return list(get_sys_set().keys()) def register_arguments(actions : List[Action], scopes : List[Scope]) -> None: