typo astaga

This commit is contained in:
yasirarism 2023-09-25 21:10:08 +07:00 committed by GitHub
parent 384c96c360
commit 0071e584fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -318,7 +318,7 @@ async def getDataNodrakor(msg, kueri, CurrentPage, user, strings):
index * 6 + c, f"nodrakorextract#{CurrentPage}#{c}#{user}#{msg.id}"
)
)
nodrakorResult = "".join(i for i in nodrakorResultResult if i not in "[]")
nodrakorResult = "".join(i for i in nodrakorResult if i not in "[]")
return nodrakorResult, PageLen, extractbtn
except (IndexError, KeyError):
await msg.edit_msg(strings("no_result"), del_in=5)