mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 11:24:50 +00:00
Fix
This commit is contained in:
parent
5eed1760a2
commit
0c9ddce219
1 changed files with 2 additions and 3 deletions
|
|
@ -1011,7 +1011,6 @@ async def lendrive_dl(_, callback_query):
|
|||
continue
|
||||
kl += f"{i.find('strong')}:\n"
|
||||
kl += "".join(f"[ <a href='{a.get('href')}'>{a.text}</a> ]\n" for a in i.findAll("a"))
|
||||
await editPesan(callback_query.message, f"<b>Scrape result from {link}</b>:\n\n{kl}", reply_markup=keyboard)
|
||||
except Exception as err:
|
||||
await editPesan(callback_query.message, f"ERROR: {err}", reply_markup=keyboard)
|
||||
return
|
||||
await editPesan(callback_query.message, f"<b>Scrape result from {link}</b>:\n\n{kl}", reply_markup=keyboard)
|
||||
await editPesan(callback_query.message, f"ERROR: {err}", reply_markup=keyboard)
|
||||
Loading…
Reference in a new issue