diff --git a/cli/python/app.py b/cli/python/app.py index a65b65a..43f4e12 100644 --- a/cli/python/app.py +++ b/cli/python/app.py @@ -89,5 +89,7 @@ while not (command == "quit" or command == "exit" or command == "q"): } data.insert(0, note) editnote(note) + else: + listnotes() command = input("> ")