This commit is contained in:
Aevann1 2022-03-20 02:07:34 +02:00
parent 4280afcdae
commit f64e8721b8

View file

@ -31,7 +31,7 @@ def speak(data, v):
emit('speak', data)
return '', 204
@sex.on('connect')
@sex.on('join')
def join_room(data):
join_room('1')
return '', 204