Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism authored Sep 24, 2024
1 parent a58667d commit 722695e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions misskaty/plugins/web_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,8 +1503,6 @@ async def movieku_scrap(_, callback_query, strings):
output.append(title)
output.extend(resolutions)
output.append('')
if not data:
return await message.reply(strings("no_result"))
if total_links > 70:
url = await post_to_telegraph(False, link, "<br>".join(output))
return await callback_query.message.edit_msg(strings("res_scrape").format(link=link, kl=f"Your result is too long, i have pasted your result on Telegraph:\n{url}"), reply_markup=keyboard)
Expand Down

0 comments on commit 722695e

Please sign in to comment.