mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -137,7 +137,7 @@ if __name__ == '__main__':
|
|||||||
log.setup_logging(args, config)
|
log.setup_logging(args, config)
|
||||||
rc = plugins_cmd.handle_cmd(args, config)
|
rc = plugins_cmd.handle_cmd(args, config)
|
||||||
sys.exit(rc)
|
sys.exit(rc)
|
||||||
elif google_cmd.used_google_cmd(args2):
|
if google_cmd.used_google_cmd(args2):
|
||||||
rc = google_cmd.handle_cmd(args2)
|
rc = google_cmd.handle_cmd(args2)
|
||||||
sys.exit(rc)
|
sys.exit(rc)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user