fixed disct shit

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-18 13:18:38 +01:00
parent 914c328a45
commit e476c0c46d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ def tube_index_updater(tube_index):
cur.execute("SELECT mac_address, universe, dmx_address FROM tubes")
result = cur.fetchall()
cur.close()
tube_index = [str(result)]
tube_index = str(result)
print("Updated tube index with values: "+str(tube_index))
except Exception as e:
print(e)