remotes/1693045480750635534/spooky-22
Aevann1 2022-03-20 02:11:53 +02:00
parent 2c639d0c0a
commit 6056796be3
1 changed files with 2 additions and 7 deletions

View File

@ -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')
return '', 204
emit('speak', data, broadcast=True)
return '', 204