From 6e028cb99126fcfb45d238a571c0e1b2508b4311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 13 Feb 2024 00:27:27 +0100 Subject: [PATCH] changed bind to target ip for stupid artnet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.py b/server/app.py index 68a2f38..aa1c368 100644 --- a/server/app.py +++ b/server/app.py @@ -117,7 +117,7 @@ def mqtt_publisher(universe): mqtt_client = connect_mqtt() try: # Create a new Art-Net listener - artnet = StupidArtnet(bind=get_eth0_ip()) + artnet = StupidArtnet(target_ip=get_eth0_ip()) artnet.start(universe=universe) while True: