fix positional argument exception meme

This commit is contained in:
Morgan Bazalgette
2017-09-09 12:42:49 +02:00
parent e3e46a34ec
commit c4123eb636
2 changed files with 3 additions and 3 deletions

View File

@@ -18,4 +18,4 @@ def handle(userToken, _):
# If this is a tournament match, we should send the current status of ready
# players.
if match.isTourney:
match.sendReadyStatus(match)
match.sendReadyStatus()