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:
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!")