mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
on second thought, avoid suspended cards or this will bite us in the future
This commit is contained in:
parent
1cd5125d4e
commit
0afec850c0
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ type = (case
|
||||||
when successive then 1 when reps then 0 else 2 end),
|
when successive then 1 when reps then 0 else 2 end),
|
||||||
relativeDelay = (case
|
relativeDelay = (case
|
||||||
when successive then 1 when reps then 0 else 2 end)
|
when successive then 1 when reps then 0 else 2 end)
|
||||||
|
where type >= 0
|
||||||
""")
|
""")
|
||||||
# old-style suspended cards
|
# old-style suspended cards
|
||||||
self.s.statement(
|
self.s.statement(
|
||||||
|
|
Loading…
Reference in a new issue