fds
This commit is contained in:
parent
f64e8721b8
commit
60140a0ec2
1 changed files with 2 additions and 7 deletions
|
@ -28,10 +28,5 @@ def speak(data, v):
|
|||
"userlink":v.url
|
||||
}
|
||||
|
||||
emit('speak', data)
|
||||
return '', 204
|
||||
|
||||
@sex.on('join')
|
||||
def join_room(data):
|
||||
join_room('1')
|
||||
emit('speak', data, broadcast=True)
|
||||
return '', 204
|
Loading…
Add table
Add a link
Reference in a new issue