Skip to content

Commit

Permalink
Ongoing work
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Strigl committed Dec 18, 2020
1 parent 638a112 commit 291350d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htknx.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async def login_loop(self, login_interval: timedelta):
_LOGGER.info("<<< [ LOGIN (every %s) ] >>>", login_interval)
try:
await self._hthp.login_async()
_LOGGER.info("Login attempt was successful.")
_LOGGER.info("Login was successful.")
except Exception as ex:
_LOGGER.exception(ex)
# wait until next run
Expand Down

0 comments on commit 291350d

Please sign in to comment.