This commit is contained in:
yasir 2023-01-11 13:59:21 +07:00
parent ff3598332c
commit 4c930739c5

View file

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