This commit is contained in:
pengtao 2019-09-24 20:06:03 +08:00
parent 5bb8ed5bb8
commit 7a5e0f2b2f

View File

@ -65,6 +65,7 @@ def get_from_redis():
pdb.set_trace()
if one:
try:
one = json.loads(one.replace("\\", ""))
item = one['item']
data[item].add(one)
except Exception: