mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
tweak spaceCards()
This commit is contained in:
parent
d2e3d7932d
commit
907fa5c80e
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ and type between 1 and 2""",
|
||||||
id=card.id, now=time.time(), factId=card.factId,
|
id=card.id, now=time.time(), factId=card.factId,
|
||||||
cut=self.dueCutoff, new=new)
|
cut=self.dueCutoff, new=new)
|
||||||
# update local cache of seen facts
|
# update local cache of seen facts
|
||||||
self.spacedFacts[card.factId] = time.time() + self.newSpacing
|
self.spacedFacts[card.factId] = new
|
||||||
|
|
||||||
def isLeech(self, card):
|
def isLeech(self, card):
|
||||||
no = card.noCount
|
no = card.noCount
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue