looking into sequence

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-16 01:46:04 +01:00
parent 8ea64d83af
commit 4e0c2a27ce
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.physical)
print(artNetPacket.sequence)
except KeyboardInterrupt:
break