stianaske / pybotvac

Python module for interacting with Neato Botvac Connected vacuum robots.
MIT License
85 stars 44 forks source link

Fix robot offline #53

Closed Santobert closed 5 years ago

Santobert commented 5 years ago

We catch a wrong exception in account.py. Since we use our own exceptions we can't catch HTTPError and ConnectionError anymore.

dshokouhi commented 5 years ago

good catch!