This commit is contained in:
Pesakitan22 2018-04-11 11:20:31 +07:00
parent 824ad89528
commit d2a52cf1ef

View file

@ -64,7 +64,7 @@ class GameManager(object):
try:
us = UserSetting.get(id=user.id)
us.game_played += 1
us.games_played += 1
game = self.chatid_games[chat.id][-1]
except (KeyError, IndexError):
raise NoGameInChatError()