faszom
This commit is contained in:
parent
c07a64d9c8
commit
78c9797e3d
@ -35,4 +35,4 @@ REPORT_INTERVAL = float(os.environ.get("REPORT_INTERVAL", 15))
|
||||
|
||||
DISABLE_AI = os.environ.get("DISABLE_AI", 'no').lower() in ['yes', '1', 'true']
|
||||
|
||||
PLATFORM = os.environ.get("", "raspberry")
|
||||
PLATFORM = os.environ.get("PLATFORM", "raspberry")
|
||||
|
Loading…
Reference in New Issue
Block a user