Fuck you, python

This commit is contained in:
2025-12-27 14:58:40 +01:00
parent 3ff93b4124
commit 47f133a3c2
3 changed files with 5 additions and 5 deletions

View File

@@ -22,6 +22,6 @@ class LoraLightSensorReader(SerialReader):
if match:
try:
data = json.loads(match.group())
self.__notify(str(data))
self._notify(str(data))
except json.JSONDecodeError:
print("Received invalid JSON:", match.group())