mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 02:44:50 +00:00
Final Fix
This commit is contained in:
parent
a8b9e23bb5
commit
0cbce4be6d
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ async def getDataKuso(msg, kueri, CurrentPage):
|
|||
for i in res:
|
||||
ress = i.find_all("a")[0]
|
||||
title = ress.text
|
||||
link = res["href"]
|
||||
link = ress["href"]
|
||||
kusodata.append({"title": title, "link": link})
|
||||
if not kusodata:
|
||||
return await msg.edit("Sorry could not find any results!")
|
||||
|
|
|
|||
Loading…
Reference in a new issue