From f7930dc31d050d6e9aea1aaff0c7aaf78ed9f0a4 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Tue, 18 Oct 2022 22:44:05 +0200 Subject: [PATCH] t --- examples/mqtt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mqtt.py b/examples/mqtt.py index 38e3787..da92375 100644 --- a/examples/mqtt.py +++ b/examples/mqtt.py @@ -47,6 +47,7 @@ def subscribe(client: mqtt_client): def run(): print("test") client = connect_mqtt() + print("conected") subscribe(client) client.loop_forever()