Skip to content

Commit

Permalink
Add more logging (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Mar 21, 2019
1 parent 38cd424 commit c74776b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hass_nabucasa/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ async def _reconnect_snitun(self) -> None:
except asyncio.CancelledError:
pass
finally:
_LOGGER.debug("Close remote UI reconnect guard")
self._reconnect_task = None

async def _certificate_handler(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=["hass_nabucasa"],
install_requires=[
"warrant==0.6.1",
"snitun==0.16",
"snitun==0.17",
"acme==0.32.0",
"cryptography>=2.5",
"attrs>=18.2.0",
Expand Down

0 comments on commit c74776b

Please sign in to comment.