mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-01 10:34:51 +00:00
tes
This commit is contained in:
parent
b8130160c0
commit
94c66a3f76
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ async def getDatalk21(msg, kueri, CurrentPage, strings):
|
|||
else:
|
||||
lkResult = strings("header_no_query").format(web="Layarkaca21", cmd="lk21")
|
||||
for c, i in enumerate(SCRAP_DICT[msg.id][0][index], start=1):
|
||||
lkResult += f"<b>{c}. <a href='{i['link']}'>{i['judul']}</a></b>\n<b>{strings('cat_text')}:</b> <code>{i['kategori']}</code>\n"
|
||||
lkResult += f"<b>{index*6+c}. <a href='{i['link']}'>{i['judul']}</a></b>\n<b>{strings('cat_text')}:</b> <code>{i['kategori']}</code>\n"
|
||||
lkResult += "\n" if re.search(r"Complete|Ongoing", i["kategori"]) else f"<b><a href='{i['dl']}'>{strings('dl_text')}</a></b>\n\n"
|
||||
lkResult = "".join(i for i in lkResult if i not in "[]")
|
||||
return lkResult, PageLen
|
||||
|
|
|
|||
Loading…
Reference in a new issue