nkgilley / python-ecobee-api

Python API for controlling Ecobee Thermostats
MIT License
44 stars 40 forks source link

Wrap all 'requests' called to catch exceptions #25

Closed PhracturedBlue closed 6 years ago

PhracturedBlue commented 6 years ago

I just realized, that it would probably be best to catch exceptions on all 'requests' calls rather than just the one I happened to see a failure on...