Commit 5f4fa23f authored by litaolemo's avatar litaolemo

update

parent 526efece
......@@ -67,7 +67,7 @@ for one_scan in write_into_scan:
data_str = json.dumps(line, ensure_ascii=False)
bulk_one_body = bulk_head + '\n' + data_str + '\n'
print(bulk_one_body)
# print(bulk_one_body)
bulk_all_body += bulk_one_body
# break
if count%500 == 0:
......
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