mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
or on bury
This commit is contained in:
parent
ea64e4da1b
commit
324861a946
1 changed files with 0 additions and 2 deletions
|
@ -997,8 +997,6 @@ your short-term review workload will become."""))
|
|||
def buryNote(self, nid):
|
||||
"Bury all cards for note until next session."
|
||||
self.col.setDirty()
|
||||
self.removeFailed(
|
||||
self.col.db.list("select id from cards where nid = ?", nid))
|
||||
self.col.db.execute("update cards set queue = -2 where nid = ?", nid)
|
||||
|
||||
# Resetting
|
||||
|
|
Loading…
Reference in a new issue