Catch volvo api exceptions

This commit is contained in:
Linus Dietz
2023-06-24 08:54:44 +02:00
parent 023d8d2096
commit c7a883d781
2 changed files with 33 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@ from volvo import authorize
from mqtt import update_loop, connect
from const import VERSION
if __name__ == '__main__':
print("Starting volvo2mqtt version " + VERSION)
authorize()