Skip to content

Commit c53cbc3

Browse files
committed
fix key name
1 parent da3ef2f commit c53cbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/dou_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def search_text(
158158
item["id"] = content["classPK"]
159159
item["display_date_sortable"] = content["displayDateSortable"]
160160
item["hierarchyList"] = content["hierarchyList"]
161-
item["arttype"] = content["arttype"]
161+
item["arttype"] = content["artType"]
162162

163163
all_results.append(item)
164164

0 commit comments

Comments
 (0)