From 5b5dd1a17bf9df3948ff4dc4932db8b30a7b633e Mon Sep 17 00:00:00 2001
From: 2000-Trek
Date: Fri, 24 Nov 2023 21:16:16 +0100
Subject: [PATCH] add to balance
---
Website/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Website/__init__.py b/Website/__init__.py
index f74ba35..6179229 100644
--- a/Website/__init__.py
+++ b/Website/__init__.py
@@ -76,7 +76,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 '''