Skip to content

Commit ec69f48

Browse files
committed
x
1 parent 3396bbd commit ec69f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/process_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def process_single_item(data: dict, verbose: bool = False) -> dict:
5858

5959
# 映射 - 使用 MapItemToHtmlTagsParser
6060
parser = MapItemToHtmlTagsParser({})
61-
pre_data = parser.parse_single(pre_data)
61+
pre_data = parser.parse(pre_data)
6262

6363
if verbose:
6464
print(f" 映射解析完成")

0 commit comments

Comments
 (0)