Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 23:19:09 +01:00
parent bc370845ab
commit 96e39ec162
1 changed files with 1 additions and 1 deletions

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