This commit is contained in:
yasirarism 2023-09-26 22:02:29 +07:00 committed by GitHub
parent 4ed268c553
commit 0e41bd4d9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,6 +412,7 @@ async def getDataLendrive(msg, kueri, CurrentPage, user, strings):
if not lenddata:
await msg.edit_msg(strings("no_result"), del_in=5)
return None, 0, None
LOGGER.info(lenddata)
SCRAP_DICT.add(msg.id, [split_arr(lenddata, 6), kueri], timeout=1800)
try:
index = int(CurrentPage - 1)