Skip to content

Commit

Permalink
Merge branch 'master' into add-ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegorax committed Aug 5, 2024
2 parents 0606c2d + 13af057 commit 02030f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions docker-compose.yml

This file was deleted.

2 changes: 1 addition & 1 deletion interfaces/backendfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _load_provider(self, name, base_url, car_id):
elif name == "teslamate":
return teslamate.TeslamateBackendProvider(base_url, car_id)
else:
raise Exception(f"Unknown backend provider : {name}. Available choices are 'teslalogger' or 'teslamagte'.")
raise Exception(f"Unknown backend provider : {name}. Available choices are 'teslalogger' or 'teslamate'.")


def __init__(self, provider_name, base_url, car_id):
Expand Down

0 comments on commit 02030f1

Please sign in to comment.