remove debug

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-13 14:41:43 +01:00
parent 3b73dee8a3
commit fcdb700c64
+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(BINDIP = artnetBindIp, DEBUG=debug, PORT=6454)
artNet = Artnet.Artnet(BINDIP = artnetBindIp, PORT=6454)
while True:
try: