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 '''