Fix app crash if debug mode is not set #86

This commit is contained in:
Linus Dietz
2023-08-17 12:19:29 +02:00
parent f0628e6a26
commit 0397d05522
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.8.0"
VERSION = "v1.8.1"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"