nordicopen / pyeasee

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

Fix 'coroutine 'main' was never awaited' message when run from CLI #53

Closed olalid closed 3 years ago

olalid commented 3 years ago

This update creates a separate sync main function that can be called from a sync script and renames the old async version to async_main.