removed unused arg
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
+1
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user