typo
This commit is contained in:
parent
824ad89528
commit
d2a52cf1ef
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class GameManager(object):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
us = UserSetting.get(id=user.id)
|
us = UserSetting.get(id=user.id)
|
||||||
us.game_played += 1
|
us.games_played += 1
|
||||||
game = self.chatid_games[chat.id][-1]
|
game = self.chatid_games[chat.id][-1]
|
||||||
except (KeyError, IndexError):
|
except (KeyError, IndexError):
|
||||||
raise NoGameInChatError()
|
raise NoGameInChatError()
|
||||||
|
|
Loading…
Reference in a new issue