This commit is contained in:
nebula 2025-04-24 05:21:25 +00:00
parent aec3ce9eea
commit 0b8e77cc15

View File

@ -167,6 +167,7 @@ app = App()
try: try:
app.loop.run() app.loop.run()
except (KeyboardInterrupt, urwid.ExitMainLoop): except (KeyboardInterrupt, urwid.ExitMainLoop):
app.loop.stop()
call("clear", shell=True) call("clear", shell=True)
print("bye!") print("bye!")
exit(0) exit(0)