From 410b6fac0392d9e97877a10489b5cf7142efc4b5 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 20 Mar 2022 02:05:36 +0200 Subject: [PATCH] fds --- files/routes/chat.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index 5cafb8033..796f595ff 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -32,7 +32,6 @@ def speak(data, v): return '', 204 @sex.on('connect') -@auth_required -def join_room(data, v): +def join_room(data): join_room('1') return '', 204 \ No newline at end of file