Move 'bye' message to before the display is cleaned up

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2021-11-20 19:40:06 -08:00
parent e868d0e14f
commit 1aa1f861ee

View File

@@ -50,7 +50,6 @@ except (KeyboardInterrupt, EOFError):
# no-op, these are expected events
pass
finally:
game.say()
game.say("Bye.")
game.display.finish()
game.say()
game.say("Bye.")