parent
4f6f06d92d
commit
8b10597d4e
|
@ -118,7 +118,7 @@ def update_tube_index():
|
||||||
print("Updated index: "+str(result))
|
print("Updated index: "+str(result))
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
|
||||||
def start_mqtt_publishers(result):
|
def start_mqtt_publishers():
|
||||||
# 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()
|
||||||
|
|
Loading…
Reference in New Issue