Skip to content

Commit

Permalink
Fix typo in api.py (#55)
Browse files Browse the repository at this point in the history
passeword -> password
  • Loading branch information
rroller authored Apr 12, 2021
1 parent 2057502 commit 52057df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/integration_blueprint/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
) -> None:
"""Sample API Client."""
self._username = username
self._passeword = password
self._password = password
self._session = session

async def async_get_data(self) -> dict:
Expand Down

0 comments on commit 52057df

Please sign in to comment.