added loop start

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 03:47:51 +01:00
parent 0379c78f57
commit 6e19287983
1 changed files with 1 additions and 1 deletions

View File

@ -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()
mqttc.loop_start()