From 3feb1e70362cdc1327fcda4f3587069249979447 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 15 Oct 2021 14:30:51 -0700 Subject: [PATCH] revert change --- web/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app.py b/web/app.py index 9eead58..1297ef7 100644 --- a/web/app.py +++ b/web/app.py @@ -6637,8 +6637,8 @@ Name: ''' + p.name + '''  -  Port: ''' + str( ''' content = content + '' -## except: -## content = '

No UNIT table.

' +#### except: +#### content = '

No UNIT table or other.

' return render_template('flask_user_layout.html', markup_content = Markup(content))