diff --git a/console-gui.py b/console-gui.py index c887a14..f4392b7 100644 --- a/console-gui.py +++ b/console-gui.py @@ -375,6 +375,7 @@ def main(stdscr): stdscr.refresh() curses.endwin() + save(projects) if __name__ == "__main__":