diff --git a/server/app.py b/server/app.py index 02b83b3..0834c0a 100644 --- a/server/app.py +++ b/server/app.py @@ -114,6 +114,7 @@ def start_mqtt_publishers(): mqtt_client = connect_mqtt() artnetBindIp = get_eth0_ip() artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = True, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454) + result = None while True: try: # Gets whatever the last Art-Net packet we received is