Skip to content
Snippets Groups Projects
Commit 08bb36cc authored by vm8.0's avatar vm8.0
Browse files

id working now lets make card come through everybody

parent b726b13e
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