Final Fix

This commit is contained in:
yasir 2023-01-11 15:57:56 +07:00
parent a8b9e23bb5
commit 0cbce4be6d

View file

@ -160,7 +160,7 @@ async def getDataKuso(msg, kueri, CurrentPage):
for i in res: for i in res:
ress = i.find_all("a")[0] ress = i.find_all("a")[0]
title = ress.text title = ress.text
link = res["href"] link = ress["href"]
kusodata.append({"title": title, "link": link}) kusodata.append({"title": title, "link": link})
if not kusodata: if not kusodata:
return await msg.edit("Sorry could not find any results!") return await msg.edit("Sorry could not find any results!")