mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
user may set young delay to more than a day
This commit is contained in:
parent
8e9d14a0fd
commit
b4493f0ec8
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ where id in """
|
|||
self.spaceCards(card, space)
|
||||
# adjust counts for current card
|
||||
if ease == 1:
|
||||
if not (oldState == "mature" and self.delay1):
|
||||
if card.due < self.failedCutoff:
|
||||
self.failedSoonCount += 1
|
||||
if oldQueue == 0:
|
||||
self.failedSoonCount -= 1
|
||||
|
|
Loading…
Reference in a new issue