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 c90561b commit 9fb073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/web_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ async def muviku_scrap(_, message, strings):
total_links += res.count('<a href=')
if not data:
return await message.reply(strings("no_result"))
if len(total_links) > 70:
if total_links > 70:
url = await post_to_telegraph(False, link, "<br>".join(output))
return await message.reply_msg(f"Your result is too long, i have pasted your result on Telegraph:\n{url}")
await message.reply_msg("\n".join(output))
Expand Down

0 comments on commit 9fb073c

Please sign in to comment.