added to list

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-18 01:58:10 +01:00
parent 90231aeb16
commit 4cae853f15
1 changed files with 1 additions and 1 deletions

View File

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