This commit is contained in:
yasir 2023-01-15 18:56:39 +07:00
parent 646196ec47
commit 9316505eb7

View file

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