python tool: list if user answers no

This commit is contained in:
quenousimporte 2023-09-14 09:52:09 +02:00
parent accc2433ca
commit 9e31b46e82
1 changed files with 2 additions and 0 deletions

View File

@ -89,5 +89,7 @@ while not (command == "quit" or command == "exit" or command == "q"):
}
data.insert(0, note)
editnote(note)
else:
listnotes()
command = input("> ")