Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 08:47:24 +02:00
parent 61124d30cb
commit cb3fbd530a

View File

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