This commit is contained in:
Linus Dietz
2024-08-09 08:26:22 +02:00
parent f23f56e45e
commit 693e0b0048
+1 -1
View File
@@ -45,7 +45,7 @@ def authorize(renew_tokenfile=False):
refresh_token = data["refresh_token"]
refresh_auth()
except ValueError:
logging.warning("Dected corrupted token file, restarting auth process")
logging.warning("Detected corrupted token file, restarting auth process")
authorize(True)
else:
logging.info("Starting login with OTP")