From d241bc82348559099b76b6ac91e97e45e0a5333e Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Thu, 12 Nov 2020 01:57:56 +0100 Subject: [PATCH] One more typo --- dungeonbattle/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dungeonbattle/bootstrap.py b/dungeonbattle/bootstrap.py index 3e16796..0bc97be 100644 --- a/dungeonbattle/bootstrap.py +++ b/dungeonbattle/bootstrap.py @@ -11,5 +11,5 @@ class Bootstrap: game = Game() game.new_game() display = DisplayManager(term_manager.screen, game) - game.display_actions = display.handle_display_actions + game.display_actions = display.handle_display_action game.run(term_manager.screen)