Skip to content

Commit

Permalink
Cleanup token on logout (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 10, 2019
1 parent 8ac79a1 commit 82e6348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hass_nabucasa/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ async def close_backend(self) -> None:
# Cleanup
self._snitun = None
self._acme = None
self._token = None
self._instance_domain = None
self._snitun_server = None

Expand Down

0 comments on commit 82e6348

Please sign in to comment.