added global result to publisher function
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -119,6 +119,7 @@ def update_tube_index():
|
|||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
|
||||||
def start_mqtt_publishers():
|
def start_mqtt_publishers():
|
||||||
|
global result
|
||||||
# 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