mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix qBittorrent crash after caught exception (#35355)
This commit is contained in:
@@ -113,6 +113,7 @@ class QBittorrentSensor(Entity):
|
||||
except RequestException:
|
||||
_LOGGER.error("Connection lost")
|
||||
self._available = False
|
||||
return
|
||||
except self._exception:
|
||||
_LOGGER.error("Invalid authentication")
|
||||
return
|
||||
|
Reference in New Issue
Block a user