From 601f75ecf6d94743b60d8b2935008cb05dfe199c Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Fri, 9 Jun 2023 19:59:34 +0200 Subject: [PATCH] changed the right spaces this time --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 88fc8f8..9e0e0df 100644 --- a/main.py +++ b/main.py @@ -33,8 +33,8 @@ def list(): users = c.fetchall() text = "" for i in users: - text = text + f'

{i[1]}: {i[2]}

Change balance:



' - return '
Search for User:
' + text + text = text + f'

{i[1]}: {i[2]}

Change balance:

' + return '
Search for User:


' + text @app.route("/list/user", methods=['GET']) def user_info():