Commit f79a279d by 岳巧源

add new line

parent d40100bc
Showing with 4 additions and 0 deletions
......@@ -117,5 +117,9 @@ if __name__ == '__main__':
# 解析并推送
HandleTxT().parse(unzip_name)
end = time.time()
producer.close()
# 清理文件
os.remove(file_name)
os.remove(unzip_name)
logger.info("handle file: eCat_element14_CN_BI.txt total spend time: " + str(end - start))
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 sign in to comment