From 017f55eef357051e8c95045bf7bb311db0028c13 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Fri, 4 Jun 2021 10:48:00 -0700 Subject: [PATCH] add not registered to log for sorting --- user_managment/app.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 + '''