diff --git a/files/routes/chat.py b/files/routes/chat.py index 8cf7e10f52..13ecc5db3c 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 = str(uuid.uuid4()) + id = secrets.token_urlsafe(4).lower() self_only = False