Skip to content

Commit

Permalink
Update log level on connection issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jadolg committed Jul 23, 2024
1 parent 5c673e1 commit cd7b91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxylist/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd7b91d

Please sign in to comment.