Skip to content

Commit 15d2fd4

Browse files
Remove unnecessary str replace
Presumably left over from before it got moved out into a script.
1 parent 819c2b0 commit 15d2fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/disabled-Multiuser/MultiuserPlugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def actionCertAdd(self, *args, **kwargs):
193193
<a href='#' class='button' style='margin-left: 0px'>Ok, Saved it!</a><br><br>
194194
<small>This site allows you to browse ZeroNet content, but if you want to secure your account <br>
195195
and help to keep the network alive, then please run your own <a href='https://zeronet.io' target='_blank'>ZeroNet client</a>.</small>
196-
""".replace("{master_seed}", master_seed)
196+
"""
197197

198198
self.cmd("notification", ["info", message])
199199

0 commit comments

Comments
 (0)