From 53a497e479e112cbc30e478760dd0dd7cd554d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 03:31:30 +0100 Subject: [PATCH] removed other sttings shit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/main.py b/client/main.py index bb23996..49ff8ca 100644 --- a/client/main.py +++ b/client/main.py @@ -91,9 +91,6 @@ if __name__ == "__main__": # Register/reauthenticate the tube register_tube() time.sleep(1) - global universe - global dmx_address - universe, dmx_address = get_assigned_params() mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) mqttc.connect("192.168.0.1", 1883, 60)