From 73e22121a9db0513c090a785aa3823b6ddc6412b Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 13 Oct 2023 09:01:25 +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 09d07a24..4cb05d94 100644 --- a/pwnagotchi/google/cmd.py +++ b/pwnagotchi/google/cmd.py @@ -53,7 +53,7 @@ def auth(): logging.error("client_secrets.json not found in /root. Please RTFM!") return 0 try: - gauth = GoogleAuth(settings_file="settings.yaml") + gauth = GoogleAuth(settings_file="/root/settings.yaml") print(gauth.GetAuthUrl()) user_input = input("Please copy this URL into a browser, " "complete the verification and then copy/paste the code from addressbar.\n\n"