File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ async def login(self) -> None:
259259 payload = {"username" : self .username , "password" : self .password }
260260 try :
261261 await self ._request_json ("POST" , self ._login_url , json_data = payload )
262- except ( AirOSConnectionAuthenticationError , AirOSConnectionSetupError ) as err :
262+ except AirOSConnectionSetupError as err :
263263 raise AirOSConnectionSetupError ("Failed to login to AirOS device" ) from err
264264
265265 async def status (self ) -> AirOSDataModel :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " airos"
7- version = " 0.5.2 "
7+ version = " 0.5.3 "
88license = " MIT"
99description = " Ubiquiti airOS module(s) for Python 3."
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments