From df5fd9dc89141679cb666d3482ce12e9cd860bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 14 Feb 2024 02:17:57 +0100 Subject: [PATCH] fixed error 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 895fcdc..f0672d2 100644 --- a/server/app.py +++ b/server/app.py @@ -142,7 +142,7 @@ def mqtt_publisher(artnetUniverse): except KeyboardInterrupt: break except Exception as e: - print(f"Error in universe {universe}: {e}") + print(f"Error in universe {artnetUniverse}: {e}") def start_mqtt_publishers(universe_count): used_universes = universe_count