From 7d27680edac98fa0f05efd0e3a0257eb33ef2a13 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 13 Oct 2023 07:21:17 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/google/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/google/cmd.py b/pwnagotchi/google/cmd.py index ec2c8fa7..af17d0a1 100644 --- a/pwnagotchi/google/cmd.py +++ b/pwnagotchi/google/cmd.py @@ -68,7 +68,7 @@ def refresh(): gauth = GoogleAuth(settings_file="settings.yaml") try: # Try to load saved client credentials - gauth.LoadCredentialsFile("credentials.json") + gauth.LoadCredentialsFile("/root/credentials.json") except pydrive2.auth.InvalidCredentialsError: print(gauth.GetAuthUrl()) user_input = input("Please copy this URL into a browser, "