fds
This commit is contained in:
parent
4280afcdae
commit
f64e8721b8
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def speak(data, v):
|
||||||
emit('speak', data)
|
emit('speak', data)
|
||||||
return '', 204
|
return '', 204
|
||||||
|
|
||||||
@sex.on('connect')
|
@sex.on('join')
|
||||||
def join_room(data):
|
def join_room(data):
|
||||||
join_room('1')
|
join_room('1')
|
||||||
return '', 204
|
return '', 204
|
Loading…
Add table
Add a link
Reference in a new issue