mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
factor spacing into due time
This commit is contained in:
parent
f4f3c94ec0
commit
c8c7ad0b62
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ where cards.factId = facts.id """
|
||||||
def updateCard(self, index):
|
def updateCard(self, index):
|
||||||
try:
|
try:
|
||||||
self.cards[index.row()] = self.deck.s.first("""
|
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
|
interval, factor, noCount, priority, (select tags from facts where
|
||||||
facts.id = cards.factId), (select created from facts where
|
facts.id = cards.factId), (select created from facts where
|
||||||
facts.id = cards.factId) from cards where id = :id""",
|
facts.id = cards.factId) from cards where id = :id""",
|
||||||
|
|
Loading…
Reference in a new issue