diff --git a/server/mqtt/mqtt_gateway.py b/server/mqtt/mqtt_gateway.py index 6ae11cd2..3d109caf 100644 --- a/server/mqtt/mqtt_gateway.py +++ b/server/mqtt/mqtt_gateway.py @@ -212,5 +212,5 @@ def set_dps(url): last = time.time() devices = getdevices() get_status_all(devices) - # Slow down - time.sleep(0.1) + # Slow down + time.sleep(0.1)