fix bug
This commit is contained in:
parent
5bb8ed5bb8
commit
7a5e0f2b2f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user