fix: fixed exit after --version
This commit is contained in:
@@ -38,7 +38,7 @@ if __name__ == '__main__':
|
||||
|
||||
if args.version:
|
||||
print(pwnagotchi.version)
|
||||
SystemExit(0)
|
||||
exit(0)
|
||||
|
||||
config = utils.load_config(args)
|
||||
utils.setup_logging(args, config)
|
||||
|
Reference in New Issue
Block a user