Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rzc0d3r authored Feb 4, 2025
1 parent ab6a354 commit 28b6766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def main(disable_exit=False):
console_log("\nError saving configuration, check write access!!!", WARN)
input('\nPress Enter to continue...')
else:
parse_argv() # CLI
args = parse_argv() # CLI

if args['disable_logging']:
logging.basicConfig(level=logging.CRITICAL+1)
Expand All @@ -656,4 +656,4 @@ def main(disable_exit=False):
else:
main(disable_exit=True)
except KeyboardInterrupt:
continue
continue

0 comments on commit 28b6766

Please sign in to comment.