checking what is in length

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-16 01:39:38 +01:00
parent 5cd0170e5d
commit a4ec98b6f0
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ while True:
try:
# Gets whatever the last Art-Net packet we received is
artNetPacket = artNet.readPacket()
print(artNetPacket.data)
print(artNetPacket.length)
except KeyboardInterrupt:
break