mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix earlier cram fix
This commit is contained in:
parent
73bdad9d70
commit
7553573304
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ did = ? and queue = 2 and due <= ? limit ?""",
|
|||
limit = " limit %d" % deck['limit']
|
||||
search = deck['search'] + " -is:suspended"
|
||||
try:
|
||||
ids = self.col.findCards(deck['search'], order=order+limit)
|
||||
ids = self.col.findCards(search, order=order+limit)
|
||||
except:
|
||||
ids = []
|
||||
# move the cards over
|
||||
|
|
Loading…
Reference in a new issue