Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 02:38:42 +01:00
parent 40f6a6fde2
commit a6c648602b
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ def start_mqtt_publishers(universe_count):
print("universe count: "+str(used_universes))
universes_to_publish = list(range(1, used_universes + 1))
# Create and start a thread for each universe
print(universes_to_publish)
for universe in range(universes_to_publish):
print(universe)
threads = [threading.Thread(target=mqtt_publisher, args=(int(universe),))]