mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fixed a silly mistake in the reviews code.
This commit is contained in:
parent
ec401210fd
commit
cc08fd402c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ from cards where type = 1 and priority in (1,2,3,4) and interval > 21""")
|
|||
dayReps = self.deck.s.all("""
|
||||
select day,
|
||||
newEase0+newEase1+newEase2+newEase3+newEase4 as newReps,
|
||||
reps-(youngEase0+youngEase1+youngEase2+youngEase3) as combinedYoungReps,
|
||||
reps-(matureEase0+matureEase1+matureEase2+matureEase3+matureEase4) as combinedYoungReps,
|
||||
reps as combinedMatureReps
|
||||
from stats""")
|
||||
|
||||
|
|
Loading…
Reference in a new issue