Skip to content

Commit ceb026f

Browse files
authored
Update tchMaterial-parser.pyw
1 parent fbe2f7b commit ceb026f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tchMaterial-parser.pyw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class resource_helper: # 获取网站上资源的数据
391391
if not temp_hier["children"]:
392392
temp_hier["children"] = {}
393393

394-
book["display_name"] = book["title"] if "title" in book else book["name"] if "name" in book else f"(未知电子课本 {book["id"]})"
394+
book["display_name"] = book["title"] if "title" in book else book["name"] if "name" in book else f"(未知电子课本 {book['id']})"
395395

396396
temp_hier["children"][book["id"]] = book
397397

0 commit comments

Comments
 (0)