Skip to content

Commit 87b4113

Browse files
author
Liudmil Mitev
committed
Fix display method detection
1 parent 5ad7720 commit 87b4113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
from chesslib.gui_tkinter import display
3131
except ImportError:
3232
from chesslib.gui_console import display
33-
else:
33+
finally:
3434
display(game)

0 commit comments

Comments
 (0)