We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9113a0e commit 0e6deeeCopy full SHA for 0e6deee
1 file changed
llm_web_kit/main_html_parser/typical_html/typical_html.py
@@ -39,7 +39,7 @@ def select_representative_html(html_strings):
39
continue
40
41
# 将字符串转换为文件对象
42
- file_obj = StringIO(html_dict['html'])
+ file_obj = StringIO(html_str)
43
tree = html.parse(file_obj)
44
45
# 找到body元素
0 commit comments