diff --git a/web/app.py b/web/app.py index 6b93da3..df4bda5 100644 --- a/web/app.py +++ b/web/app.py @@ -2609,6 +2609,8 @@ FLOOD_TIMEOUT = ''' + str(s.unit_time) content = '''

APRS Settings

+


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

+ diff --git a/web/templates/view_passphrase.html b/web/templates/view_passphrase.html index cf79306..54d5f53 100644 --- a/web/templates/view_passphrase.html +++ b/web/templates/view_passphrase.html @@ -9,7 +9,7 @@ MMDVM Options -Your API key: {{user_api}} +


Your API key: {{user_api}}