mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Update web_scraper.py
This commit is contained in:
parent
07e09e15dd
commit
007ebc7ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue