testing universe 1
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
+1
-1
@@ -150,7 +150,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
|
||||
for universe in range(used_universes):
|
||||
for universe in range(1):
|
||||
threads = [threading.Thread(target=mqtt_publisher, args=(universe,))]
|
||||
|
||||
for thread in threads:
|
||||
|
||||
Reference in New Issue
Block a user