parent
dbf6a66b76
commit
8c66a4275e
|
@ -24,8 +24,7 @@ while True:
|
||||||
print("Universe was the specified universe: "+str(artNetPacket.universe))
|
print("Universe was the specified universe: "+str(artNetPacket.universe))
|
||||||
else:
|
else:
|
||||||
print("Universe was not the specified: "+str(artNetPacket.universe))
|
print("Universe was not the specified: "+str(artNetPacket.universe))
|
||||||
else:
|
# Stores the packet data array
|
||||||
print("Packet was none")
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
artnet.close()
|
artnet.close()
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue