From 568897dcb020d3b0a03f0bbef03d2714ea25e609 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 5 Feb 2024 19:12:51 +0200 Subject: =?UTF-8?q?Addin=20k=C3=A4ytt=C3=B6ohje.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- board/board.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/board.py') 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 -- cgit v1.2.3