From 3832282101a225e7b56c413fbb3aba848b3dc9a0 Mon Sep 17 00:00:00 2001 From: 2000-Trek Date: Sat, 2 Dec 2023 17:27:36 +0100 Subject: [PATCH] change balance next to balance --- Website/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/__init__.py b/Website/__init__.py index 856b26a..699b1dd 100644 --- a/Website/__init__.py +++ b/Website/__init__.py @@ -83,7 +83,7 @@ def create_app(test_config=None): users = c.fetchall() text = "" for i in users: - text = text + f'

{escape(i[1])}: {i[2]/100}€



' + text = text + f'

{escape(i[1])}: {i[2]/100}€



' return '''