loop for ever

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 03:48:00 +01:00
parent 6e19287983
commit d4e8582b20
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_start()
mqttc.loop_forever()