summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/board.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/board.py b/board/board.py
index 59135d7..118a771 100644
--- a/board/board.py
+++ b/board/board.py
@@ -24,7 +24,7 @@ class Board():
if width and width in range(2,51):
self.__width = width
if height and height in range(2,51):
- self.__height = width
+ self.__height = height
if mines:
self.__mines = mines