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