fixed old data storage
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ def mqtt_publisher(ti_receiver):
|
|||||||
except:
|
except:
|
||||||
tube_index = tube_index_old
|
tube_index = tube_index_old
|
||||||
|
|
||||||
tube_index_old = None
|
tube_index_old = tube_index
|
||||||
try:
|
try:
|
||||||
# Gets whatever the last Art-Net packet we received is
|
# Gets whatever the last Art-Net packet we received is
|
||||||
artNetPacket = artNet.readPacket()
|
artNetPacket = artNet.readPacket()
|
||||||
|
|||||||
Reference in New Issue
Block a user