From 2c639d0c0aea85b5f0e7bbc6d8802644987433d7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 20 Mar 2022 02:07:34 +0200 Subject: [PATCH] fds --- files/routes/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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