a small touch

This commit is contained in:
nebula 2025-04-23 23:41:30 +00:00
parent c0855028ad
commit 5c4120849c

View File

@ -165,4 +165,5 @@ try:
app.loop.run()
app.terminate()
except (KeyboardInterrupt, urwid.ExitMainLoop):
print("bye!")
exit(0)