test debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 22:08:50 +01:00
parent 87b946b9d3
commit b7c92e8867
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,6 @@ artNet = Artnet.Artnet(BINDIP = artnetBindIp, DEBUG = False, SHORTNAME = "PiXelT
tuple_ip = (str(get_eth0_ip()), 6454)
while True:
try:
artNet.art_pol_reply(tuple_ip)
# Gets whatever the last Art-Net packet we received is
artNetPacket = artNet.readPacket()
# Make sure we actually *have* a packet
@ -53,8 +52,6 @@ while True:
# Print a newline so things look nice :)
print("")
time.sleep(0.1)
except KeyboardInterrupt:
break