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))