From 7ab0074933bcb86d962c1074e9c8c74847ed5fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 14 Feb 2024 03:00:06 +0100 Subject: [PATCH] removed debugger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/app.py b/server/app.py index 723b8c0..a93b13e 100644 --- a/server/app.py +++ b/server/app.py @@ -143,9 +143,7 @@ def start_mqtt_publishers(universe_count): for i in range(512): # Lists in python start at 0, print(dmxPacket[i-1], end=" ") - - else: - print("No data found in packet for universes: "+str(universe_list)) + except KeyboardInterrupt: break except Exception as e: