diff --git a/i3pystatus/scores/__init__.py b/i3pystatus/scores/__init__.py index c4ba7e7..142b8af 100644 --- a/i3pystatus/scores/__init__.py +++ b/i3pystatus/scores/__init__.py @@ -76,7 +76,7 @@ class ScoresBackend(SettingsBase): exc.code, exc.reason, exc.url, ) return {} - except URLError as exc: + except (ConnectionResetError, URLError) as exc: self.logger.critical('Error making request to %s: %s', url, exc) return {}