diff --git a/files/routes/chat.py b/files/routes/chat.py index 796f595ff..6222b6a18 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -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 \ No newline at end of file