This commit is contained in:
Benny
2024-12-05 22:50:09 +01:00
parent 24c9093c3c
commit 127a87f7f4

View File

@@ -62,7 +62,7 @@ class Resource(SearchEngine):
if search_type == "default": if search_type == "default":
resource_data = self.search_yyets(keyword) 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)) comment_data = hide_phone(self.search_comment(keyword))
return { return {
"resource": resource_data, "resource": resource_data,