fix learn steps being assigned on relearn in v2

This commit is contained in:
Damien Elmes 2019-04-30 09:27:28 +10:00
parent 9ce1f051cc
commit bcb422beda

View file

@ -658,7 +658,7 @@ did = ? and queue = 3 and due <= ? limit ?""",
card.type = 2
def _startingLeft(self, card):
if card.type == 2:
if card.type == 3:
conf = self._lapseConf(card)
else:
conf = self._lrnConf(card)