mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Tes return None
This commit is contained in:
parent
2fe9cb9bb7
commit
2d7368b606
1 changed files with 9 additions and 8 deletions
|
|
@ -454,6 +454,7 @@ async def getDataGomov(msg, kueri, CurrentPage, user, strings):
|
|||
strings("no_result_w_query").format(kueri=kueri), del_in=5
|
||||
)
|
||||
return None, 0, None
|
||||
else:
|
||||
data = []
|
||||
for i in entry:
|
||||
genre = i.find(class_="gmr-movie-on").text
|
||||
|
|
|
|||
Loading…
Reference in a new issue