mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
misleading spacing
This commit is contained in:
parent
a1c02e8177
commit
cc26d32431
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ class Scheduler:
|
|||
card.left = self._startingLeft(card)
|
||||
# update daily limit
|
||||
self._updateStats(card, 'new')
|
||||
|
||||
if card.queue in (1, 3):
|
||||
self._answerLrnCard(card, ease)
|
||||
elif card.queue == 2:
|
||||
|
|
Loading…
Reference in a new issue