mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure to update new count on new answer
This commit is contained in:
parent
6885d89b65
commit
f2604b7805
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class Scheduler(object):
|
|||
# put it in the learn queue
|
||||
card.queue = 1
|
||||
card.type = 1
|
||||
self.deck.qconf['newToday'][1] += 1
|
||||
if card.queue == 1:
|
||||
self._answerLrnCard(card, ease)
|
||||
elif card.queue == 2:
|
||||
|
|
Loading…
Reference in a new issue