fixed binding

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 14:15:59 +01:00
parent efdc4670d7
commit 3b73dee8a3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ artnetUniverse = 0
### Art-Net Setup ### ### Art-Net Setup ###
# Sets debug in Art-Net module. # Sets debug in Art-Net module.
# Creates Artnet socket on the selected IP and Port # 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: while True:
try: try: