checking what is in data

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-16 01:39:04 +01:00
parent 2ac295ee9a
commit 5cd0170e5d
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)
print(artNetPacket.data)
except KeyboardInterrupt:
break