mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
fix learn steps being assigned on relearn in v2
This commit is contained in:
parent
9ce1f051cc
commit
bcb422beda
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ did = ? and queue = 3 and due <= ? limit ?""",
|
||||||
card.type = 2
|
card.type = 2
|
||||||
|
|
||||||
def _startingLeft(self, card):
|
def _startingLeft(self, card):
|
||||||
if card.type == 2:
|
if card.type == 3:
|
||||||
conf = self._lapseConf(card)
|
conf = self._lapseConf(card)
|
||||||
else:
|
else:
|
||||||
conf = self._lrnConf(card)
|
conf = self._lrnConf(card)
|
||||||
|
|
Loading…
Reference in a new issue