From 693e0b00484549ef34b91513810f9e61a6e81c79 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:26:22 +0200 Subject: [PATCH] Fix typo --- src/volvo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volvo.py b/src/volvo.py index 749f5ab..8312a27 100644 --- a/src/volvo.py +++ b/src/volvo.py @@ -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")