Remove unnecessary str replace

Presumably left over from before it got moved out into a script.
This commit is contained in:
Andrew Morgan 2019-02-15 21:19:29 +00:00 committed by GitHub
parent 819c2b0bc3
commit 15d2fd4581
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])