mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
test button fix
This commit is contained in:
parent
ef97f4ca44
commit
10a580103f
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def settings():
|
|||
return redirect("/")
|
||||
else:
|
||||
pass
|
||||
return render_template("settings.html", username=user, password=passwd, port=port, host=host, specter=specter, rand=rand)
|
||||
return render_template("settings.html", test=test, username=user, password=passwd, port=port, host=host, specter=specter, rand=rand)
|
||||
|
||||
################# wallet management #####################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue