Skip to content
Snippets Groups Projects
Commit 63f7e413 authored by Mr. Dmitry Makovey's avatar Mr. Dmitry Makovey
Browse files

fix proper datapoint

parent 861a7699
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ def held_list(args):
client, ml = get_ml(args)
held_data = {}
for held in ml.held:
held_data[held.request_id] = held
held_data[held.request_id] = held.rest_data
print json.dumps(held_data, indent=2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment