added saving upon closing

This commit is contained in:
Sem van der Hoeven
2020-08-23 01:01:44 +02:00
parent 0f813fd4ce
commit d588588a9a

View File

@@ -375,6 +375,7 @@ def main(stdscr):
stdscr.refresh()
curses.endwin()
save(projects)
if __name__ == "__main__":