Commit f8c636df authored by 赵威's avatar 赵威

update for loop

parent 6f2dbf44
......@@ -55,10 +55,7 @@ def save_diary_image_info(save_file, face_to_vec_f):
}
count = 0
with open(save_file, "w") as f:
step = 100
for i in range(0, 500000, step):
res_dict = es_query("diary", q, 0, step)
res_dict = es_query("diary", q, 0, 500000)
for item in res_dict["hits"]["hits"]:
diary_id = item["_source"]["id"]
......
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