mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 04:14:51 +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:
|
if not kusodata:
|
||||||
await editPesan(msg, "Sorry could not find any results!")
|
await editPesan(msg, "Sorry could not find any results!")
|
||||||
return None, 0, None
|
return None, 0, None
|
||||||
SCRAP_DICT[msg.id] = [split_arr(kusodata, 6), kueri]
|
SCRAP_DICT[msg.id] = [split_arr(kusodata, 10), kueri]
|
||||||
try:
|
try:
|
||||||
index = int(CurrentPage - 1)
|
index = int(CurrentPage - 1)
|
||||||
PageLen = len(SCRAP_DICT[msg.id][0])
|
PageLen = len(SCRAP_DICT[msg.id][0])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue