mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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']
|
limit = " limit %d" % deck['limit']
|
||||||
search = deck['search'] + " -is:suspended"
|
search = deck['search'] + " -is:suspended"
|
||||||
try:
|
try:
|
||||||
ids = self.col.findCards(deck['search'], order=order+limit)
|
ids = self.col.findCards(search, order=order+limit)
|
||||||
except:
|
except:
|
||||||
ids = []
|
ids = []
|
||||||
# move the cards over
|
# move the cards over
|
||||||
|
|
Loading…
Reference in a new issue