This commit is contained in:
pengtao 2019-09-24 20:08:18 +08:00
parent 7a5e0f2b2f
commit f12cd6b0d2

View File

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