diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 0427117b2..35a844f65 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -574,7 +574,7 @@ div#filler { # fixme: only show progress for reviews, and only when revs due? def _updateRemaining(self): - counts = list(self.mw.deck.sched.counts()) + counts = list(self.mw.deck.sched.repCounts()) idx = self.mw.deck.sched.countIdx(self.card) counts[idx] = "%s" % (counts[idx]+1) space = " " * 2