remotes/1693045480750635534/spooky-22
Aevann1 2022-03-20 02:07:34 +02:00
parent cdc7933b49
commit 2c639d0c0a
1 changed files with 1 additions and 1 deletions

View File

@ -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