Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Jan 10, 2025
1 parent 9e9e565 commit 0a63e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proxy_scraper_checker/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ async def scrape_one(
proxies = PROXY_REGEX.findall(text)
if not proxies:
_logger.warning("%s | No proxies found", source)
# Ignore too big sources
elif len(proxies) <= 100_000: # noqa: PLR2004
_logger.warning(
"%s has too many proxies (%d), skipping", source, len(proxies)
Expand Down

0 comments on commit 0a63e10

Please sign in to comment.