mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
check due after resetting early
This commit is contained in:
parent
a4bbe27014
commit
c81098c037
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
|
|||
self.reviewedAheadCards = []
|
||||
self.reviewEarly = False
|
||||
self.flushMod()
|
||||
self.checkDue()
|
||||
|
||||
# Times
|
||||
##########################################################################
|
||||
|
|
Loading…
Reference in a new issue