nordicopen / pyeasee

Easee EV charger API python library
MIT License
39 stars 11 forks source link

await added to fix error message, better error handling #57

Closed olalid closed 2 years ago

olalid commented 2 years ago

Add await statement to fix a bug. try clauses added in several locations to catch server errors (50x) in a better way.