mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 14:08:07 +00:00
Fix bitcoin config reset 500 error
This commit is contained in:
parent
c2c8cf6edd
commit
b71d296a5d
|
@ -194,7 +194,8 @@ def bitcoin_reset_config_page():
|
|||
templateData = {
|
||||
"title": "myNode Reboot",
|
||||
"header_text": "Restarting",
|
||||
"subheader_text": "This will take several minutes..."
|
||||
"subheader_text": "This will take several minutes...",
|
||||
"ui_settings": read_ui_settings()
|
||||
}
|
||||
return render_template('reboot.html', **templateData)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user