This commit is contained in:
Aevann1 2022-03-20 02:05:36 +02:00
parent af34c765bc
commit 18f04893b3

View file

@ -32,7 +32,6 @@ def speak(data, v):
return '', 204 return '', 204
@sex.on('connect') @sex.on('connect')
@auth_required def join_room(data):
def join_room(data, v):
join_room('1') join_room('1')
return '', 204 return '', 204