mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-14 03:39:52 +02:00
Workaround for vehicle details error 500
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@ from dynaconf import Dynaconf
|
||||
|
||||
settings = Dynaconf(
|
||||
envvar_prefix="CONF",
|
||||
settings_files=["settings.json", "/data/options.json"],
|
||||
settings_files=["settings.json", "/data/options.json", "settings.dev.json"],
|
||||
)
|
||||
Reference in New Issue
Block a user