This commit is contained in:
yasirarism 2023-05-22 15:48:10 +00:00 committed by GitHub
parent d07737fe98
commit 78c6ab3ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ async def getDataTerbit21(msg, kueri, CurrentPage, strings):
try:
index = int(CurrentPage - 1)
PageLen = len(SCRAP_DICT[msg.id][0])
num = SCRAP_DICT[msg.id][0][index]
num = len(SCRAP_DICT[msg.id][0][index])
if kueri:
TerbitRes = strings("header_with_query").format(web="Terbit21", kueri=kueri)