mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
when resetting lrn reps, need to choose between lrn/lapse
This commit is contained in:
parent
f963a31d9c
commit
20ecd7359d
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ limit %d""" % (self._deckLimit(), self.reportLimit), lim=self.dayCutoff)
|
|||
card.odid = 0
|
||||
|
||||
def _startingLeft(self, card):
|
||||
conf = self._newConf(card)
|
||||
conf = self._lrnConf(card)
|
||||
return len(conf['delays'])
|
||||
|
||||
def _graduatingIvl(self, card, conf, early, adj=True):
|
||||
|
|
Loading…
Reference in a new issue