Fix bitcoin config reset 500 error

This commit is contained in:
Taylor Helsper 2019-12-10 22:34:46 -06:00
parent c2c8cf6edd
commit b71d296a5d

View File

@ -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)