mirror of https://github.com/openspug/spug
fix issue
parent
8bf75ad9ff
commit
ec90b820ba
|
@ -141,6 +141,7 @@ class RequestDetailView(View):
|
||||||
for item in data:
|
for item in data:
|
||||||
counter += 1
|
counter += 1
|
||||||
item = json.loads(item.decode())
|
item = json.loads(item.decode())
|
||||||
|
if item['key'] in outputs:
|
||||||
if 'data' in item:
|
if 'data' in item:
|
||||||
outputs[item['key']]['data'] += item['data']
|
outputs[item['key']]['data'] += item['data']
|
||||||
if 'step' in item:
|
if 'step' in item:
|
||||||
|
|
Loading…
Reference in New Issue