Commit 35a4aa8a authored by 赵威's avatar 赵威

add printer

parent 5be95f1e
......@@ -71,6 +71,7 @@ def write_to_es(device_id):
body["second_solutions"] = _dict_to_name_score(second_solutions_d)
body["projects"] = _dict_to_name_score(projects_d)
body["anecdote_tags"] = anecdote_tags
print(body)
es_insert_device_info(device_id, body)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment