diff --git a/user_managment/app.py b/user_managment/app.py index dc5d506..b57b1c9 100644 --- a/user_managment/app.py +++ b/user_managment/app.py @@ -363,7 +363,7 @@ def create_app(): u_list = u_list + ''' ''' + str(i.username) + ''' -''' + str(i.is_active) + ''' +''' + str(i.active) + ''' ''' + str(i.dmr_ids) + ''' '''+ '\n'