diff --git a/main.py b/main.py index 06d6495..972a021 100644 --- a/main.py +++ b/main.py @@ -49,7 +49,7 @@ class SensorServer(Server): if isWaterPresent != self.isWaterPresent: self.isWaterPresent = isWaterPresent - self.ntfy.message(f'Water is {self.waterTextValue()}') + #self.ntfy.message(f'Water is {self.waterTextValue()}') def handlePath(self, path): if path == 'index.json':