remove del

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 17:11:22 +01:00
parent 923f0e4685
commit 062c718dd9
1 changed files with 0 additions and 2 deletions

View File

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