🐛 Fixed play-screen

This commit is contained in:
Mawoka
2022-04-28 15:31:20 +02:00
parent 173b1c680e
commit 95e1dcc1a4
6 changed files with 156 additions and 125 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ async def join_game(sid, data):
{"username": data["username"], "sid": sid},
room=redis_res["admin"],
)
sio.enter_room(sid, data["game_pin"]) # TODO: make more secure
sio.enter_room(sid, data["game_pin"])
@sio.event