Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-15 23:34:50 +01:00
parent dbf6a66b76
commit 8c66a4275e
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ while True:
print("Universe was the specified universe: "+str(artNetPacket.universe))
else:
print("Universe was not the specified: "+str(artNetPacket.universe))
else:
print("Packet was none")
# Stores the packet data array
except KeyboardInterrupt:
artnet.close()
break