forked from rDrama/rDrama
1
0
Fork 0

dont use uuids for chat (pretty unnecessary and rly ugly)

master
Aevann 2023-09-29 07:43:02 +03:00
parent ac83bb7739
commit b4795ebef7
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 = str(uuid.uuid4())
id = secrets.token_urlsafe(4).lower()
self_only = False