mirror of
				https://github.com/solero/houdini.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	PEP8 compliancy
This commit is contained in:
		@@ -25,6 +25,7 @@ async def handle_join_game(p):
 | 
				
			|||||||
        if len(p.table.penguins) == 2:
 | 
					        if len(p.table.penguins) == 2:
 | 
				
			||||||
            await p.table.send_xt('sz', p.table.get_string())
 | 
					            await p.table.send_xt('sz', p.table.get_string())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@handlers.handler(XTPacket('zm', ext='z'))
 | 
					@handlers.handler(XTPacket('zm', ext='z'))
 | 
				
			||||||
@table_handler(TreasureHuntLogic)
 | 
					@table_handler(TreasureHuntLogic)
 | 
				
			||||||
async def handle_send_move(p, movie: str, direction: str, spade: int):
 | 
					async def handle_send_move(p, movie: str, direction: str, spade: int):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user