fds
This commit is contained in:
parent
0f31be4df6
commit
b71e00b92c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def chat( v):
|
||||||
@auth_required
|
@auth_required
|
||||||
def speak(data, v):
|
def speak(data, v):
|
||||||
|
|
||||||
text = sanitize(data['text'][0:1000].strip())
|
text = sanitize(data['text'][:1000].strip())
|
||||||
|
|
||||||
data={
|
data={
|
||||||
"avatar": v.profile_url,
|
"avatar": v.profile_url,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue