mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Fix
This commit is contained in:
parent
646196ec47
commit
9316505eb7
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ async def getDataKuso(msg, kueri, CurrentPage, user):
|
|||
if not kusodata:
|
||||
await editPesan(msg, "Sorry could not find any results!")
|
||||
return None, 0, None
|
||||
SCRAP_DICT[msg.id] = [split_arr(kusodata, 6), kueri]
|
||||
SCRAP_DICT[msg.id] = [split_arr(kusodata, 10), kueri]
|
||||
try:
|
||||
index = int(CurrentPage - 1)
|
||||
PageLen = len(SCRAP_DICT[msg.id][0])
|
||||
|
|
|
|||
Loading…
Reference in a new issue