Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-13 09:01:25 +02:00
parent 474a1ddc46
commit 73e22121a9

View File

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