From 283f4c8f017c6ace5b123c37eb67da99315a91ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 16:43:32 +0100 Subject: [PATCH] removed globalisation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/app.py b/server/app.py index 42aed56..fec519e 100644 --- a/server/app.py +++ b/server/app.py @@ -109,7 +109,6 @@ def connect_mqtt(): return client def mqtt_publisher(): - global TUBE_INDEX # Create and start a thread for each universe mqtt_client = connect_mqtt() artnetBindIp = get_eth0_ip()