From 5c4120849cc7e00141f59d4172599bbf88a321e5 Mon Sep 17 00:00:00 2001 From: nebula Date: Wed, 23 Apr 2025 23:41:30 +0000 Subject: [PATCH] a small touch --- bink.py | 1 + 1 file changed, 1 insertion(+) 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)