looking into physical

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-16 01:44:38 +01:00
parent a9307e1b17
commit 8ea64d83af
+1 -1
View File
@@ -28,7 +28,7 @@ while True:
try: try:
# Gets whatever the last Art-Net packet we received is # Gets whatever the last Art-Net packet we received is
artNetPacket = artNet.readPacket() artNetPacket = artNet.readPacket()
print(artNetPacket.opCode) print(artNetPacket.physical)
except KeyboardInterrupt: except KeyboardInterrupt:
break break