diff --git a/Website/__init__.py b/Website/__init__.py index 87ec39c..ccd81b7 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]}€



' + text = text + f'

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



' return ''' @@ -137,7 +137,7 @@ def create_app(test_config=None):

{escape(user[1])} : {user[2]}€

-

+



Tags: