Skip to content

Commit

Permalink
adjust savedGames folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crnnr committed Jul 1, 2024
1 parent d664363 commit ab2beba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_symbol_preference():

def list_saved_games(self):
"""List all saved games in the saved_games directory."""
saved_games_dir = 'saved_games'
saved_games_dir = 'SavedGames'
saved_games = os.listdir(saved_games_dir)
if len(saved_games == 0):
GameView.display_message('No saved games found!')
Expand Down

0 comments on commit ab2beba

Please sign in to comment.