mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
debug
This commit is contained in:
parent
4ed268c553
commit
0e41bd4d9e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue