diff --git a/facefusion/core.py b/facefusion/core.py index 69d6866..9cf9662 100755 --- a/facefusion/core.py +++ b/facefusion/core.py @@ -45,6 +45,8 @@ def cli() -> None: program.print_help() else: hard_exit(2) + else: + hard_exit(2) def route(args : Args) -> None: