Update web_scraper.py

This commit is contained in:
yasirarism 2023-04-27 22:51:26 +07:00 committed by GitHub
parent 07e09e15dd
commit 007ebc7ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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