removed max packets

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 15:03:42 +01:00
parent aabdd7d46a
commit 19e646263f
1 changed files with 1 additions and 1 deletions

View File

@ -99,4 +99,4 @@ if __name__ == "__main__":
mqttc.on_message = on_message
mqttc.subscribe("tube-"+str(wlan_mac_address)+"/pixel_colors", 0)
mqttc.loop_forever(max_packets = 1)
mqttc.loop_forever()