diff --git a/web/app.py b/web/app.py
index 71a2e91..6f2e51e 100644
--- a/web/app.py
+++ b/web/app.py
@@ -1316,21 +1316,18 @@ By using this service, you agree not to do anything malicious. You agree to use
connected = Misc.query.filter_by(field_1='user_system_table_' + i.name).first()
connected_list = ast.literal_eval(connected.field_2)
## print(connected_list)
- clients = 'Self-care: '
+ clients = '''
+
+
+'''
for s in connected_list.items():
for t in s[1]:
if str(current_user.username).upper() == t.upper():
- clients = clients + '''\n'''
-## client_menu = '''
-##