mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-08 21:04:50 +00:00
coba gini
This commit is contained in:
parent
0e41bd4d9e
commit
37d6bde56e
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ async def getDataLendrive(msg, kueri, CurrentPage, user, strings):
|
||||||
else o.find(class_="typez BD")
|
else o.find(class_="typez BD")
|
||||||
)
|
)
|
||||||
lenddata.append(
|
lenddata.append(
|
||||||
{"judul": title, "link": link, "quality": kualitas, "status": status}
|
{"judul": title, "link": link, "quality": kualitas or "N/A", "status": status}
|
||||||
)
|
)
|
||||||
if not lenddata:
|
if not lenddata:
|
||||||
await msg.edit_msg(strings("no_result"), del_in=5)
|
await msg.edit_msg(strings("no_result"), del_in=5)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue