looking into physical

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