mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
check day when checking due counts
This commit is contained in:
parent
3c6707c17f
commit
f2e183f729
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ order by due""" % self._deckLimit(),
|
|||
|
||||
def deckDueList(self):
|
||||
"Returns [deckname, did, due, new]"
|
||||
self._checkDay()
|
||||
decks = self.col.decks.all()
|
||||
decks.sort(key=itemgetter('name'))
|
||||
lims = {}
|
||||
|
|
Loading…
Reference in a new issue