From b74c9555d43662d41ed54532295ccdf201af2d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Sat, 25 Feb 2023 12:30:32 +0100 Subject: [PATCH] fix missing colon --- sensors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensors.py b/sensors.py index df5f065..4c79509 100644 --- a/sensors.py +++ b/sensors.py @@ -183,7 +183,7 @@ class Sensors(): 'H_ext': SHT40('Humidity'), 'heater': GPIOState(22), 'humidifier/heater2': GPIOState(17), - 'freezer' GPIOState(14), + 'freezer': GPIOState(14), 'fan': GPIOState(27), }