Improve error message

This commit is contained in:
Taylor Helsper 2021-06-18 22:18:34 -05:00
parent 1a347510c5
commit 7ecb96c306

View File

@ -420,7 +420,7 @@ def index():
if not get_has_updated_btc_info() or uptime_in_seconds < 180:
error_message = ""
if bitcoin_status_code != 0 and uptime_in_seconds > 600:
error_message = "Bitcoin has experienced an error. Please check the logs."
error_message = "Bitcoin has experienced an error. Please check the Bitcoin log on the status page."
message = "<div class='small_message'>{}</<div>".format( get_message(include_funny=True) )
templateData = {
"title": "myNode Status",