Move to next card after removing from storage

This commit is contained in:
The Magician 2024-09-13 20:06:16 +01:00
parent 86200a9afc
commit d89716be4b
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ func MainCliLoop(db *sql.DB) {
if todo == "r" { if todo == "r" {
logic.RemoveFromStorage(db, location) logic.RemoveFromStorage(db, location)
break
} else if todo == "n" { } else if todo == "n" {
break break
} else { } else {