From 638694e88e32292a539523da1b8ad4db74b3cf5d Mon Sep 17 00:00:00 2001
From: 2000-Trek
Date: Wed, 21 Jun 2023 22:23:51 +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 e84489d..d47561f 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'{username}: {i[2]}
'
+ text = text + f'{i[1]}: {i[2]}
'
return '''