From 7593bca63a5e1b0f8353a665dab86a66c75ff533 Mon Sep 17 00:00:00 2001
From: 2000-Trek
Date: Wed, 21 Jun 2023 22:24:19 +0200
Subject: [PATCH] fixed splite injektion
---
main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.py b/main.py
index d47561f..e84489d 100644
--- a/main.py
+++ b/main.py
@@ -44,7 +44,7 @@ def list():
text = ""
for i in users:
username = urllib.parse.quote_plus(i[1])
- text = text + f'{i[1]}: {i[2]}
'
+ text = text + f'{username}: {i[2]}
'
return '''