mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +00:00
Fix
This commit is contained in:
parent
27be8dd952
commit
bf23b2c1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ async def getDataKuso(msg, kueri, CurrentPage, user):
|
||||||
)
|
)
|
||||||
IGNORE_CHAR = "[]"
|
IGNORE_CHAR = "[]"
|
||||||
kusoResult = ''.join(i for i in kusoResult if not i in IGNORE_CHAR)
|
kusoResult = ''.join(i for i in kusoResult if not i in IGNORE_CHAR)
|
||||||
return kusoResult, PageLen
|
return kusoResult, PageLen, extractbtn
|
||||||
except (IndexError, KeyError):
|
except (IndexError, KeyError):
|
||||||
await editPesan(msg, "Sorry could not find any matching results!")
|
await editPesan(msg, "Sorry could not find any matching results!")
|
||||||
return None, 0, None
|
return None, 0, None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue