mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 00:12:25 -04:00
another rev scheduling bug
This commit is contained in:
parent
c62dd41f77
commit
d8ec8d0389
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ did = ? and queue = 2 and due <= ? limit ?""",
|
||||||
r.shuffle(self._revQueue)
|
r.shuffle(self._revQueue)
|
||||||
return True
|
return True
|
||||||
# nothing left in the deck; move to next
|
# nothing left in the deck; move to next
|
||||||
self._newDids.pop(0)
|
self._revDids.pop(0)
|
||||||
|
|
||||||
def _getRevCard(self):
|
def _getRevCard(self):
|
||||||
if self._fillRev():
|
if self._fillRev():
|
||||||
|
|
Loading…
Reference in a new issue