mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
counts->repCounts
This commit is contained in:
parent
2f7bbd4d86
commit
4087d1f4f9
1 changed files with 1 additions and 1 deletions
|
@ -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] = "<u>%s</u>" % (counts[idx]+1)
|
||||
space = " " * 2
|
||||
|
|
Loading…
Reference in a new issue