mirror of
https://github.com/facefusion/facefusion.git
synced 2026-08-10 11:00:35 +02:00
fix args store
This commit is contained in:
@@ -33,7 +33,7 @@ def get_cli_args() -> List[str]:
|
|||||||
|
|
||||||
|
|
||||||
def get_sys_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:
|
def register_arguments(actions : List[Action], scopes : List[Scope]) -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user