From a92b99940ca43c20e60d5e456c048071fed25a3b Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 29 Sep 2023 07:44:47 +0300 Subject: [PATCH] remove .lower() --- files/routes/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index 4a17b97f8..4a680ba69 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -126,7 +126,7 @@ def speak(data, v): return text_html quotes = data['quotes'] - id = secrets.token_urlsafe(5).lower() + id = secrets.token_urlsafe(5) self_only = False