another rev scheduling bug

This commit is contained in:
Damien Elmes 2012-03-27 09:15:39 +09:00
parent c62dd41f77
commit d8ec8d0389

View file

@ -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():