Fix Tor Premium Feature

This commit is contained in:
Taylor Helsper 2019-08-31 11:07:08 -05:00
parent 5dd33ceb74
commit afd7395f91

View File

@ -3,7 +3,7 @@ from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
from pprint import pprint, pformat
from prometheus_client.parser import text_string_to_metric_families
from bitcoin_info import *
from device_info import get_local_ip
from device_info import get_local_ip, skipped_product_key
import requests
import json
import time
@ -105,6 +105,7 @@ def electrum_server_page():
"title": "myNode Electrum Server",
"port": 50002,
"status": status,
"product_key_skipped": skipped_product_key(),
"current_block": current_block,
"server_url": server_url,
"electrs_onion_hostname": electrs_onion_hostname,