From cb3fbd530ae05d75448e40dc35d3ef12709c9724 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 13 Oct 2023 08:47:24 +0200 Subject: [PATCH] v2.4.7 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/google/cmd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/google/cmd.py b/pwnagotchi/google/cmd.py index eda927bb..76700627 100644 --- a/pwnagotchi/google/cmd.py +++ b/pwnagotchi/google/cmd.py @@ -52,6 +52,7 @@ def auth(): logging.error("client_secrets.json not found in /root. Please RTFM!") return 0 try: + print(os.getcwd()) gauth = GoogleAuth(settings_file="settings.yaml") print(gauth.GetAuthUrl()) user_input = input("Please copy this URL into a browser, "