This commit is contained in:
2021-11-22 20:31:36 +01:00
parent 6b47c3f555
commit 8ac5161ad0
2 changed files with 5 additions and 5 deletions

View File

@@ -35,4 +35,4 @@ REPORT_INTERVAL = float(os.environ.get("REPORT_INTERVAL", 15))
DISABLE_AI = os.environ.get("DISABLE_AI").lower() in ['yes', '1', 'true']
PLATFORM = os.environ.get("PLATFORM", "raspberry")
PLATFORM = os.environ.get("", "raspberry")