diff --git a/dump2shushu.py b/dump2shushu.py index 2fa8cb2..d220daf 100644 --- a/dump2shushu.py +++ b/dump2shushu.py @@ -69,6 +69,7 @@ def get_from_redis(): data[item].add(one) except Exception: log.error(f"get wrong values {one}", exc_info=True) + pdb.set_trace() print(f"2={data}") write2tga(data) if my_redis.llen(redis_key) == 0: