zhulik / aiotractive

Asynchronous Python client for the Tractive REST API
MIT License
20 stars 6 forks source link

Raise TractiveError correctly #11

Closed Danielhiversen closed 2 years ago

Danielhiversen commented 2 years ago

Currently raise UnauthorizedError from error will be captured by except Exception as error: and raised as TractiveError

zhulik commented 2 years ago

Thanks a lot! I'm about to release a new minor version

zhulik commented 2 years ago

@Danielhiversen the new version 0.5.2 is released https://pypi.org/project/aiotractive/