Feature abrp (#79)

* add ABRP connection

* update doc

* fix get_last_temp()

* add image

* update abrp

* fix abrpname

* fix no last postition

* add type point

* find model by vin

* add Spacetourer

* fix indent
This commit is contained in:
Florian BEZANNIER
2021-04-13 12:48:37 +02:00
committed by GitHub
parent e2327768b5
commit 25b86c0149
14 changed files with 342 additions and 108 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ if __name__ == "__main__":
logger.info("offline mode")
else:
try:
web.app.myp.manager._refresh_token()
web.app.myp.refresh_token()
except OAuthError:
if args.mail and args.password:
client_email = args.mail