Fix recharge caching while using multiple cars

This commit is contained in:
Linus Dietz
2023-06-20 08:56:45 +02:00
parent 2b6a2a4f4c
commit 71f03e505b
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -74,6 +74,7 @@ def update_loop():
while True:
print("Sending mqtt update...")
update_car_data()
print("Mqtt update done. Next run in " + str(settings["updateInterval"]) + " seconds.")
time.sleep(settings["updateInterval"])