[1mdiff --git a/main.py b/main.py[m
[1mindex 06d6495..972a021 100644[m
[1m--- a/main.py[m
[1m+++ b/main.py[m
[36m@@ -49,7 +49,7 @@[m [mclass SensorServer(Server):[m
[m
if isWaterPresent != self.isWaterPresent:[m
self.isWaterPresent = isWaterPresent[m
[31m- self.ntfy.message(f'Water is {self.waterTextValue()}')[m
[32m+[m[32m #self.ntfy.message(f'Water is {self.waterTextValue()}')[m
[m
def handlePath(self, path):[m
if path == 'index.json':[m