diff --git a/anki/sched.py b/anki/sched.py index 5c35aebf2..359f5576e 100644 --- a/anki/sched.py +++ b/anki/sched.py @@ -711,7 +711,7 @@ did = ? and queue = 2 and due <= ? %s limit ?""" % order, a = conf['leechAction'] if a == 0: self.suspendCards([card.id]) - card.queue = -1 + card.load() # notify UI runHook("leech", card) return True