Move 'bye' message to before the display is cleaned up
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -50,7 +50,6 @@ except (KeyboardInterrupt, EOFError):
|
|||||||
# no-op, these are expected events
|
# no-op, these are expected events
|
||||||
pass
|
pass
|
||||||
finally:
|
finally:
|
||||||
|
game.say()
|
||||||
|
game.say("Bye.")
|
||||||
game.display.finish()
|
game.display.finish()
|
||||||
|
|
||||||
game.say()
|
|
||||||
game.say("Bye.")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user