mirror of
https://github.com/tgbot-collection/YYeTsBot.git
synced 2025-11-25 03:15:05 +08:00
fix bug
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user