Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-14 23:19:09 +01:00
parent bc370845ab
commit 96e39ec162
+1 -1
View File
@@ -38,7 +38,7 @@ while True:
artNetPacket = artNet.readPacket()
# Make sure we actually *have* a packet
if artNetPacket is not None and artNetPacket.data is not None:
print("Universe: "+str(artNetPacket.universe))
print("Universe: "+str(artNetPacket.physical))
# Stores the packet data array
dmxPacket = artNetPacket.data