From 220670a04868fc3a492a32f6e8c9143d186d6484 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 22 Feb 2010 16:41:20 +0900 Subject: [PATCH] update combinedDue attr in cardAnswered(), not just on disk --- anki/deck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/anki/deck.py b/anki/deck.py index d9d3e5a19..0445bb662 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -373,6 +373,7 @@ where factId = :fid and id != :id""", fid=card.factId, id=card.id) or 0 space = space * spaceFactor * 86400.0 space = max(minSpacing, space) space += time.time() + card.combinedDue = max(card.due, space) # check what other cards we've spaced if self.reviewEarly: extra = ""