mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
Merge branch 'master' of git://github.com/timo/libanki
This commit is contained in:
commit
7adbad0ffa
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ where type = 1""")
|
||||||
return fig
|
return fig
|
||||||
|
|
||||||
def workDone(self, days=30):
|
def workDone(self, days=30):
|
||||||
|
self.calcStats()
|
||||||
|
|
||||||
for type in ["dayRepsNew", "dayRepsYoung", "dayRepsMature"]:
|
for type in ["dayRepsNew", "dayRepsYoung", "dayRepsMature"]:
|
||||||
self.addMissing(self.stats[type], -days, 0)
|
self.addMissing(self.stats[type], -days, 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue