added art pol reply

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-13 22:38:59 +01:00
parent c1cbe48936
commit b8c6ff8b1e
+1 -1
View File
@@ -30,7 +30,7 @@ artnetUniverse = 0
# Sets debug in Art-Net module.
# Creates Artnet socket on the selected IP and Port
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelTubeMaster", LONGNAME = "PiXelTubeMaster", PORT = 6454, REFRESH=30, MAC=mac_address_array)
artNet.art_pol_reply(artnetBindIp)
tuple_ip = (str(get_eth0_ip()), 6454)
while True:
try: