mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix qBittorrent crash after caught exception (#35355)
This commit is contained in:
parent
ddd6b9cff1
commit
d03d90a955
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user