Skip to content

Commit

Permalink
Render the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 29, 2018
1 parent 474567e commit 376a3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/owntracks/config_flow.py
Expand Up @@ -40,8 +40,8 @@ async def async_step_user(self, user_input=None):

if supports_encryption():
secret_desc = (
"The encryption key is {secret} "
"(on Android under preferences -> advanced)")
"The encryption key is {} "
"(on Android under preferences -> advanced)".format(secret))
else:
secret_desc = (
"Encryption is not supported because libsodium is not "
Expand Down

0 comments on commit 376a3d8

Please sign in to comment.