mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
need to rebuild counts when cutoff updated
This commit is contained in:
parent
0535f0561c
commit
cc12c8c573
1 changed files with 1 additions and 0 deletions
|
@ -610,6 +610,7 @@ limit %s""" % (self.cramOrder, self.queueLimit)))
|
|||
if check:
|
||||
# check for expired cards, or new day rollover
|
||||
self.updateCutoff()
|
||||
self.reset()
|
||||
return self.getCardId(check=False)
|
||||
# if we're in a custom scheduler, we may need to switch back
|
||||
if self.finishScheduler:
|
||||
|
|
Loading…
Reference in a new issue