diff --git a/server/app.py b/server/app.py index 472fdff..e77b914 100644 --- a/server/app.py +++ b/server/app.py @@ -119,6 +119,7 @@ def update_tube_index(): time.sleep(10) def start_mqtt_publishers(): + global result # Create and start a thread for each universe mqtt_client = connect_mqtt() artnetBindIp = get_eth0_ip()