From 062c718dd9511d1c5199075f6b5938192d227c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 17:11:22 +0100 Subject: [PATCH] remove del 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, 2 deletions(-) diff --git a/server/app.py b/server/app.py index 7544491..622f65b 100644 --- a/server/app.py +++ b/server/app.py @@ -139,8 +139,6 @@ def mqtt_publisher(): artNet.close() sys.exit() - del TUBE_INDEX - if __name__ == "__main__": flask_thread = Process(target=flask_api) flask_thread.start()