mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update learn more for new spacing
This commit is contained in:
parent
b5dd8a9f4b
commit
7dd57887d0
1 changed files with 1 additions and 0 deletions
|
@ -514,6 +514,7 @@ order by combinedDue limit %d""" % self.queueLimit, lim=self.dueCutoff)
|
|||
self.newCount = self.s.scalar("""
|
||||
select count() from cards where type = 2 and combinedDue < :now
|
||||
""", now=self.dueCutoff)
|
||||
self.spacedCards = []
|
||||
|
||||
def _updateLearnMoreCountToday(self):
|
||||
self.newCountToday = self.newCount
|
||||
|
|
Loading…
Reference in a new issue