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