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, "