randydev commited on
Commit
1bdcbe2
Β·
verified Β·
1 Parent(s): dd1dccd

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
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)