maybe fixed shit

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 21:31:14 +01:00
parent 8e859876d3
commit 11eb9425cc
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ def connect_mqtt():
return client return client
def start_mqtt_publishers(universe_count): def start_mqtt_publishers(universe_count):
used_universes = universe_count universe_list = list(range(-1, universe_count))
universe_list = list(range(0, used_universes))
# Create and start a thread for each universe # Create and start a thread for each universe
mqtt_client = connect_mqtt() mqtt_client = connect_mqtt()
artnetBindIp = get_eth0_ip() artnetBindIp = get_eth0_ip()