removed binds

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 14:43:47 +01:00
parent fcdb700c64
commit 3e8cb0d33c
1 changed files with 1 additions and 1 deletions

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(BINDIP = artnetBindIp, PORT=6454)
artNet = Artnet.Artnet(DEBUG = True)
while True:
try: