diff --git a/user_managment/app.py b/user_managment/app.py index 76e6dd0..70b4a59 100644 --- a/user_managment/app.py +++ b/user_managment/app.py @@ -966,7 +966,7 @@ def create_app():

 DMR ID 

- + /e

 Portal Username 

@@ -1064,7 +1064,6 @@ def create_app(): \n''' for i in a: if i.login_dmr_id not in recent_list: - print() recent_list.append(i.login_dmr_id) if i.login_type == 'Attempt': content = content + ''' @@ -1094,7 +1093,7 @@ def create_app(): content = content + '''  ''' + str(i.login_dmr_id) + '''  -  ''' + i.portal_username + '''  +  ''' + i.portal_username + '''   ''' + i.peer_ip + '''   ''' + i.login_auth_method + '''   ''' + i.server_name + '''