diff --git a/client/main.py b/client/main.py index bdf063b..53f3a66 100644 --- a/client/main.py +++ b/client/main.py @@ -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(1, 1) \ No newline at end of file + mqttc.loop_forever() \ No newline at end of file