From 330147ec036e33f543550554fdc45ae2298b9794 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Mon, 21 Feb 2022 20:45:16 -0800 Subject: [PATCH] add/clean API key view --- web/app.py | 2 ++ web/templates/view_passphrase.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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}}