formatting, exception handling, documentation

This commit is contained in:
Jannes Höke
2016-07-02 20:37:35 +02:00
parent e28bcc58ad
commit b136bdf997
4 changed files with 27 additions and 10 deletions

View File

@ -33,6 +33,8 @@ class GameManager(object):
self.chatid_games = dict()
self.userid_players = dict()
self.userid_current = dict()
self.remind_dict = dict()
self.logger = logging.getLogger(__name__)
def new_game(self, chat):