mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +00:00
Fix more
This commit is contained in:
parent
ff3598332c
commit
4c930739c5
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ from pyrogram.errors import PeerIdInvalid, UserNotParticipant
|
|||
from pyrogram.types import InlineKeyboardButton, InlineKeyboardMarkup
|
||||
|
||||
from misskaty import app
|
||||
from .web_scraper import PTL_DICT
|
||||
from .web_scraper import SCRAP_DICT
|
||||
from misskaty.core.decorator.errors import capture_err
|
||||
from misskaty.helper.time_gap import check_time_gap
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ async def request_user(client, message):
|
|||
|
||||
|
||||
async def clear_reqdict():
|
||||
PTL_DICT.clear()
|
||||
SCRAP_DICT.clear()
|
||||
REQUEST_DB.clear()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue