diff --git a/bink.py b/bink.py index d9a6c25..1868a08 100755 --- a/bink.py +++ b/bink.py @@ -165,4 +165,5 @@ try: app.loop.run() app.terminate() except (KeyboardInterrupt, urwid.ExitMainLoop): + print("bye!") exit(0)