remove .lower()

pull/211/head
Aevann 2023-09-29 07:44:47 +03:00
parent eeca8a4c56
commit a92b99940c
1 changed files with 1 additions and 1 deletions

View File

@ -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