mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 04:27:08 +00:00
catch LoginException directly in QBittorrentSensor init Since the `exception` arg in QBittorrentSensor `__init__` is always LoginException, we catch LoginException directly in `__init__` instead of passing LoginException as an argument.