diff --git a/proxylist/tasks.py b/proxylist/tasks.py index ea244f6..2265395 100644 --- a/proxylist/tasks.py +++ b/proxylist/tasks.py @@ -71,7 +71,7 @@ def update_status(): try: req = requests.get("https://clients3.google.com/generate_204") except (SSLError, ConnectionError, ReadTimeout): - log.info( + log.error( "The Shadowmere host is having connection issues. Skipping test cycle." ) return