removed unused arg

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 16:01:51 +01:00
parent 4f6f06d92d
commit 8b10597d4e
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def update_tube_index():
print("Updated index: "+str(result))
time.sleep(10)
def start_mqtt_publishers(result):
def start_mqtt_publishers():
# Create and start a thread for each universe
mqtt_client = connect_mqtt()
artnetBindIp = get_eth0_ip()