From 6e1928798366fca50b8c1e09cfb20fc0240c9be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 03:47:51 +0100 Subject: [PATCH] added loop start MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index 906c2a4..e39795b 100644 --- a/client/main.py +++ b/client/main.py @@ -104,4 +104,4 @@ if __name__ == "__main__": mqttc.subscribe("tube-"+str(wlan_mac_address)+"/p5", 0) mqttc.subscribe("tube-"+str(wlan_mac_address)+"/p6", 0) - mqttc.loop_forever() \ No newline at end of file + mqttc.loop_start() \ No newline at end of file