mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -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:
|
if check:
|
||||||
# check for expired cards, or new day rollover
|
# check for expired cards, or new day rollover
|
||||||
self.updateCutoff()
|
self.updateCutoff()
|
||||||
|
self.reset()
|
||||||
return self.getCardId(check=False)
|
return self.getCardId(check=False)
|
||||||
# if we're in a custom scheduler, we may need to switch back
|
# if we're in a custom scheduler, we may need to switch back
|
||||||
if self.finishScheduler:
|
if self.finishScheduler:
|
||||||
|
|
Loading…
Reference in a new issue