Skip to content

Commit 86a4d6e

Browse files
committed
TASK: Improve comments
1 parent ffec8e4 commit 86a4d6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gamehandler.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
__author__ = 'Rico'
1010

1111

12-
# game_handler handles the blackJack-game-objects. When a new object is created, it is saved in "GameList"
13-
# get_index_by_chatid returns the index of a running game in the list
12+
# game_handler handles the blackJack-game-objects. When a new game is created, it is saved in the "game_list"
1413
class GameHandler(object):
1514
GameList = [] # List, where the running Games are stored in
1615

0 commit comments

Comments
 (0)