Move to next card after removing from storage
This commit is contained in:
parent
86200a9afc
commit
d89716be4b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue