fix bug
This commit is contained in:
parent
f73d1945fe
commit
277cf68d68
@ -69,6 +69,7 @@ def get_from_redis():
|
|||||||
data[item].add(one)
|
data[item].add(one)
|
||||||
except Exception:
|
except Exception:
|
||||||
log.error(f"get wrong values {one}", exc_info=True)
|
log.error(f"get wrong values {one}", exc_info=True)
|
||||||
|
pdb.set_trace()
|
||||||
print(f"2={data}")
|
print(f"2={data}")
|
||||||
write2tga(data)
|
write2tga(data)
|
||||||
if my_redis.llen(redis_key) == 0:
|
if my_redis.llen(redis_key) == 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user