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()