From 007ebc7ca33fa85c6e77d18811435082215c0c36 Mon Sep 17 00:00:00 2001 From: yasirarism <55983182+yasirarism@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:51:26 +0700 Subject: [PATCH] Update web_scraper.py --- misskaty/plugins/web_scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/web_scraper.py b/misskaty/plugins/web_scraper.py index a0f1f137..c1229837 100644 --- a/misskaty/plugins/web_scraper.py +++ b/misskaty/plugins/web_scraper.py @@ -370,7 +370,7 @@ async def getSame(msg, query, current_page, strings): @use_chat_lang() async def same_search(client, msg, strings): query = msg.text.split(" ", 1)[1] if len(msg.command) > 1 else None - bmsg = await msg.reply_msg(strings("get_data"), True) + bmsg = await msg.reply_msg(strings("get_data"), quote=True) sameres, PageLen = await getSame(bmsg, query, 1) if not sameres: return