From c8c7ad0b621ca415e15beb528281383886af7f76 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 1 Oct 2009 20:17:40 +0900 Subject: [PATCH] factor spacing into due time --- ankiqt/ui/cardlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/cardlist.py b/ankiqt/ui/cardlist.py index 2b956527a..eeb050b9d 100644 --- a/ankiqt/ui/cardlist.py +++ b/ankiqt/ui/cardlist.py @@ -173,7 +173,7 @@ where cards.factId = facts.id """ def updateCard(self, index): try: self.cards[index.row()] = self.deck.s.first(""" -select id, question, answer, due, reps, factId, created, modified, +select id, question, answer, combinedDue, reps, factId, created, modified, interval, factor, noCount, priority, (select tags from facts where facts.id = cards.factId), (select created from facts where facts.id = cards.factId) from cards where id = :id""",