This commit is contained in:
nebula 2025-04-23 23:05:38 +00:00
parent 17798144a6
commit de97991f2b

View File

@ -126,7 +126,7 @@ class App():
self.update()
self.loop.start()
def terminate():
def terminate(self):
raise urwid.ExitMainLoop
exit(0)