Commit f445a94a authored by 赵威's avatar 赵威

add printer

parent 35a4aa8a
......@@ -72,6 +72,7 @@ def write_to_es(device_id):
body["projects"] = _dict_to_name_score(projects_d)
body["anecdote_tags"] = anecdote_tags
print(body)
print(body.keys())
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