diff --git a/web/app.py b/web/app.py index dd5d6d9..354760b 100644 --- a/web/app.py +++ b/web/app.py @@ -56,7 +56,7 @@ from cryptography.fernet import Fernet from flaskext.markdown import Markdown peer_locations = {} -hbnet_version = 'V 09242022' +hbnet_version = 'V 09262022' # Query radioid.net for list of IDs def get_ids(callsign): @@ -1269,7 +1269,7 @@ By using this service, you agree not to do anything malicious. You agree to use #print(script_links) content = content + '''\n
-

''' + str(i[0]) + '''

+

''' + str(i[0]) + '''

MMDVM Passphrase:
''' + str(gen_passphrase(int(i[0]))) + '''

@@ -1285,7 +1285,7 @@ By using this service, you agree not to do anything malicious. You agree to use #print(script_links) content = content + '''\n
- +
MMDVM Passphrase:
''' + str(gen_passphrase(int(i[0]))) + '''

@@ -1297,7 +1297,7 @@ By using this service, you agree not to do anything malicious. You agree to use elif i[1] == '': content = content + '''
- +
MMDVM Passphrase:
''' + legacy_passphrase + '''

@@ -1309,7 +1309,7 @@ By using this service, you agree not to do anything malicious. You agree to use else: content = content + '''
- +
MMDVM Passphrase:
''' + str(i[1]) + '''

@@ -2752,6 +2752,9 @@ LOG_NAME: ''' + server + ''' content = '''

APRS Settings

+

Changes may take up to 10 minutes before they take effect.

+ +


Your API key: ''' + str(user_aprs.api_keys)[1:-1] + '''

diff --git a/web/templates/aprs_settings.html b/web/templates/aprs_settings.html index 48872ab..b6eab5b 100644 --- a/web/templates/aprs_settings.html +++ b/web/templates/aprs_settings.html @@ -3,6 +3,8 @@

APRS Settings

+

Changes may take up to 10 minutes before they take effect.

+ diff --git a/web/templates/data_gateway_help.html b/web/templates/data_gateway_help.html index 4af563c..eb468df 100644 --- a/web/templates/data_gateway_help.html +++ b/web/templates/data_gateway_help.html @@ -134,6 +134,7 @@
+