Skip to content

Commit

Permalink
fix: typo in password variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuro committed Nov 29, 2023
1 parent 51c10db commit 5b763b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nissan_connect/NissanConnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class NissanConnectClient:
def __init__(self, username, password):
self._user_id = None
self._username = username
self._passwword = password
self._password = password
self._bearer_token = None
self._settings = {
"EU": {
Expand Down

0 comments on commit 5b763b9

Please sign in to comment.