mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -33,9 +33,9 @@ def handle_cmd(args):
|
|||||||
"""
|
"""
|
||||||
Parses the arguments and does the thing the user wants
|
Parses the arguments and does the thing the user wants
|
||||||
"""
|
"""
|
||||||
if args.plugincmd == 'auth':
|
if args.googlecmd == 'auth':
|
||||||
return auth()
|
return auth()
|
||||||
elif args.plugincmd == 'refresh':
|
elif args.googlecmd == 'refresh':
|
||||||
return refresh()
|
return refresh()
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user