fixed error

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 02:17:57 +01:00
parent 92596c9111
commit df5fd9dc89
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def mqtt_publisher(artnetUniverse):
except KeyboardInterrupt:
break
except Exception as e:
print(f"Error in universe {universe}: {e}")
print(f"Error in universe {artnetUniverse}: {e}")
def start_mqtt_publishers(universe_count):
used_universes = universe_count