tetienne / python-veolia-api

Async Python wrapper to interact with internal Veolia API
MIT License
4 stars 3 forks source link

Fix login & hourly_consumption error #247

Closed Jezza34000 closed 8 months ago

Jezza34000 commented 8 months ago

fix(login): Add new connexion field fix(_get_hourly_consumption): Fix error when hourly consumption is enabled but nothing is returned

tetienne commented 8 months ago

Hi! And thx you for your contribution. You have some linters issue. You can spot them by running poetry run pre-commit run -a

Jezza34000 commented 8 months ago

OK black formatted, should be better :-)

tetienne commented 8 months ago

Again, thank you for this fix.