Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 5, 2024
1 parent 24c9093 commit 127a87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yyetsweb/databases/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def meili_search(self, keyword: "str", search_type: "str") -> dict:

if search_type == "default":
resource_data = self.search_yyets(keyword)
subtitle_data = self.search_yyets(keyword)
subtitle_data = self.search_subtitle(keyword)
comment_data = hide_phone(self.search_comment(keyword))
return {
"resource": resource_data,
Expand Down

0 comments on commit 127a87f

Please sign in to comment.