mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 21:04:50 +00:00
heemm
This commit is contained in:
parent
1381456a2a
commit
e90d4a46cd
1 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ import traceback
|
||||||
import cloudscraper
|
import cloudscraper
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from pykeyboard import InlineButton, InlineKeyboard
|
from pykeyboard import InlineButton, InlineKeyboard
|
||||||
from pyrogram.errors import QueryIdInvalid, MessageTooLong
|
from pyrogram.errors import QueryIdInvalid
|
||||||
from pyrogram.types import Message
|
from pyrogram.types import Message
|
||||||
|
|
||||||
from database import dbname
|
from database import dbname
|
||||||
|
|
@ -1428,8 +1428,6 @@ async def nodrakorddl_scrap(_, callback_query, strings):
|
||||||
await callback_query.message.edit_msg(
|
await callback_query.message.edit_msg(
|
||||||
strings("res_scrape").format(link=link, kl=res), reply_markup=keyboard
|
strings("res_scrape").format(link=link, kl=res), reply_markup=keyboard
|
||||||
)
|
)
|
||||||
except MessageTooLong:
|
|
||||||
|
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
await callback_query.message.edit_msg(f"ERROR: {err}", reply_markup=keyboard)
|
await callback_query.message.edit_msg(f"ERROR: {err}", reply_markup=keyboard)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue