wip: game init by server
This commit is contained in:
		@@ -96,7 +96,9 @@ async def websocket(ws):
 | 
			
		||||
            color = x['color']
 | 
			
		||||
            await set_trump_color(player, color)
 | 
			
		||||
        elif fct == "requestInit":
 | 
			
		||||
            print("before init")
 | 
			
		||||
            await initGame(ws);
 | 
			
		||||
            print("after init")
 | 
			
		||||
        else:
 | 
			
		||||
            print("confused :(")
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user