diff --git a/pwnagotchi/google/cmd.py b/pwnagotchi/google/cmd.py index 217e6783..323b1628 100644 --- a/pwnagotchi/google/cmd.py +++ b/pwnagotchi/google/cmd.py @@ -96,5 +96,5 @@ def refresh(): gauth.Auth(user_input) gauth.Authorize() - print("No refresh is required.") + print("Succesfully refresh access token ..") return 0