i am not dealing with this tonight

This commit is contained in:
nebula 2025-04-24 05:27:05 +00:00
parent ac232008e8
commit e22a4ce981

View File

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