From c42a88aab87d08f67a6654fca7832ffb915868b9 Mon Sep 17 00:00:00 2001
From: 2000-Trek
Date: Wed, 20 Sep 2023 23:03:01 +0200
Subject: [PATCH] change balance to a number input with change balance as a
placeholder
---
Website/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Website/__init__.py b/Website/__init__.py
index 4f8e84d..acca09e 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 '''