gagebenne / pydexcom

A simple Python API to interact with Dexcom Share service
https://gagebenne.github.io/pydexcom/
MIT License
149 stars 36 forks source link

Revise logging, add back SessionNotValid #53

Closed gagebenne closed 1 year ago

gagebenne commented 1 year ago

Looks like there is a difference between having an incorrect session and an inactive / expired session. pydexcom was not catching the latter as a known exception. Will look into adding this to tests, but would have to wait until session expires to catch in test...

gagebenne commented 1 year ago

Closes #52?