remotes/1693045480750635534/spooky-22
Aevann1 2022-03-20 00:30:04 +02:00
parent e7965d6923
commit 90fa5644ef
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def chat( v):
@auth_required
def speak(data, v):
text = sanitize(data['text'][0:1000].strip())
text = sanitize(data['text'][:1000].strip())
data={
"avatar": v.profile_url,