Merge pull request #1900 from anoadragon453/patch-2

Remove unnecessary str replace
This commit is contained in:
ZeroNet 2019-02-16 20:28:22 +01:00 committed by GitHub
commit 89cc70091c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ class UiWebsocketPlugin(object):
<a href='#' class='button' style='margin-left: 0px'>Ok, Saved it!</a><br><br>
<small>This site allows you to browse ZeroNet content, but if you want to secure your account <br>
and help to keep the network alive, then please run your own <a href='https://zeronet.io' target='_blank'>ZeroNet client</a>.</small>
""".replace("{master_seed}", master_seed)
"""
self.cmd("notification", ["info", message])