diff --git a/dungeonbattle/game.py b/dungeonbattle/game.py index 14e3206..6c7b347 100644 --- a/dungeonbattle/game.py +++ b/dungeonbattle/game.py @@ -48,7 +48,7 @@ class Game: We wait for a player action, then we do what that should be done when the given key got pressed. """ - while True: + while True: # pragma no cover screen.clear() screen.refresh() self.display_refresh()