This commit is contained in:
Aevann1 2022-03-20 00:30:04 +02:00
parent 0f31be4df6
commit b71e00b92c

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,