提交 f824c1cc 编写于 作者: ToTensor's avatar ToTensor

init code

上级 68974c87
......@@ -135,8 +135,8 @@ def extract_code(book_mapping):
res_code_list.append(clean_line)
res_code = '\n'.join(res_code_list)
with open(code_save_path, 'w', encoding='utf-8') as f:
f.write(res_code)
# with open(code_save_path, 'w', encoding='utf-8') as f:
# f.write(res_code)
# clean_text_list = []
# for line in res_str.split('\n'):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册