@@ -191,7 +191,7 @@ def file_prepare_long(name, name_hash,text_content,image_urls,multiLang,lang='zh
text_parser = parser()
txt_idx = 0
for txt in text_content:
- rep_list = text_parser.replace_list(k)
+ rep_list = text_parser.replace_list(txt)
for reptxt in rep_list:
txt = txt.replace(reptxt,'')
if lang!='zh' or multiLang==1: