added var deletion
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -119,10 +119,12 @@ def mqtt_publisher(ti_queue):
|
|||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
print("new")
|
print("new")
|
||||||
|
del tube_index_old
|
||||||
tube_index = ti_queue.get(block=False)
|
tube_index = ti_queue.get(block=False)
|
||||||
tube_index_old = tube_index
|
tube_index_old = tube_index
|
||||||
except Empty:
|
except Empty:
|
||||||
print("empty")
|
print("empty")
|
||||||
|
del tube_index
|
||||||
if tube_index_old is not None:
|
if tube_index_old is not None:
|
||||||
tube_index = tube_index_old
|
tube_index = tube_index_old
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user