Forgot one

This commit is contained in:
2025-12-30 10:45:53 +01:00
parent e01a739590
commit ab93cd0eff

View File

@@ -64,7 +64,6 @@ class MQTTService:
def publish(self, topic: str, data: str, qos: int = 0):
try:
print("Trying to publish...")
self.connect()
payload = {
"timestamp": int(time.time()),