Skip to content
Snippets Groups Projects
Commit 24f1197f authored by Guillaume IMHOFF's avatar Guillaume IMHOFF
Browse files

Merge branch 'game_server' of git.unistra.fr:klau/projet_chor_dai_di into game_server

parents 18c7fc83 08bb36cc
Branches
Tags
1 merge request!9Update merge
......@@ -117,8 +117,8 @@ async def connect_handler(content, websocket):
if not bool_first:
num += 1
message = json.dumps(starting_game_message)
await connected_client[client].send(message)
message = json.dumps(starting_game_message)
await connected_client[client].send(message)
placeholder_card_list = card_list.copy()
else :
websocket.close(code=999, reason="server is full")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment