diff --git a/main.py b/main.py index 816c1b7..88fc8f8 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ def list(): text = "" for i in users: text = text + f'

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

Change balance:



' - return '
Search for User:


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