Skip to content

Commit

Permalink
[patch] Exit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed May 17, 2024
1 parent 969d5e2 commit ae6ba9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def process_flags() -> argparse.Namespace | bool:
print(f"'{CONFIG_FILE.name}' has been generated")
print('Rename it to "config.toml" then edit it and restart the container')

os._exit(0)
os._exit(1)

elif CONFIG_FILE.exists():
CONFIG = MyConfig(CONFIG_FILE)
Expand Down

0 comments on commit ae6ba9e

Please sign in to comment.