From 4b73ce61d62b8ced47ee77a608fd11a463a19ac9 Mon Sep 17 00:00:00 2001
From: 2000-Trek
Date: Wed, 14 Jun 2023 20:55:54 +0200
Subject: [PATCH] Updatelist if balance is changed
---
main.py | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/main.py b/main.py
index 79991eb..ca004c7 100644
--- a/main.py
+++ b/main.py
@@ -42,7 +42,18 @@ def list():
text = ""
for i in users:
text = text + f'{i[1]}: {i[2]}
'
- return '
' + text
+ return '''
+
+
+
+
+
+ ''' + text + '