Skip to content

Commit 53aa6f9

Browse files
Update chess-game.py
1 parent fdbe847 commit 53aa6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chess-game.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def load_piece_images(self):
5353
images[piece] = placeholder
5454
return images
5555

56-
56+
#uncomment line 15
5757

5858
def draw_board(self):
5959
for row in range(8):

0 commit comments

Comments
 (0)