test
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user