Update main.py
Browse files
main.py
CHANGED
@@ -96,8 +96,6 @@ async def searchhub(client: Client, message: Message):
|
|
96 |
if response is None:
|
97 |
return await pro.edit_text("nothing found gay")
|
98 |
link = response[0]
|
99 |
-
if link is None:
|
100 |
-
return await pro.edit_text("nothing found gay.")
|
101 |
file_path, thumb, _ = await api.x_download(url=link, is_stream=True)
|
102 |
upload_text = f"**β¬οΈ π΄ππ
ππΊπ½πππ video ...**"
|
103 |
await pro.edit_text(upload_text)
|
|
|
96 |
if response is None:
|
97 |
return await pro.edit_text("nothing found gay")
|
98 |
link = response[0]
|
|
|
|
|
99 |
file_path, thumb, _ = await api.x_download(url=link, is_stream=True)
|
100 |
upload_text = f"**β¬οΈ π΄ππ
ππΊπ½πππ video ...**"
|
101 |
await pro.edit_text(upload_text)
|