fixed binding

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-13 14:15:59 +01:00
parent efdc4670d7
commit 3b73dee8a3
+1 -1
View File
@@ -25,7 +25,7 @@ artnetUniverse = 0
### Art-Net Setup ###
# Sets debug in Art-Net module.
# Creates Artnet socket on the selected IP and Port
artNet = Artnet.Artnet(artnetBindIp, DEBUG=debug)
artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG=debug, PORT=6454)
while True:
try: