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