Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 00:14:06 +02:00
parent 3390a1b8a9
commit 0f17891cd4

View File

@ -33,9 +33,9 @@ def handle_cmd(args):
"""
Parses the arguments and does the thing the user wants
"""
if args.plugincmd == 'auth':
if args.googlecmd == 'auth':
return auth()
elif args.plugincmd == 'refresh':
elif args.googlecmd == 'refresh':
return refresh()
raise NotImplementedError()