Skip to content

Commit

Permalink
Rename lambda parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Askaholic committed Apr 27, 2021
1 parent 2dd58ea commit b30e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/broadcast_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def report_dirties(self):
}
self.server.write_broadcast(
player_info,
lambda lobby_conn: lobby_conn.authenticated
lambda conn: conn.authenticated
)

game_info = {
Expand Down

0 comments on commit b30e201

Please sign in to comment.