diff --git a/anki/graphs.py b/anki/graphs.py index a4b9a261e..e7e8b721f 100644 --- a/anki/graphs.py +++ b/anki/graphs.py @@ -141,6 +141,7 @@ where type = 1""") return fig def workDone(self, days=30): + self.calcStats() for type in ["dayRepsNew", "dayRepsYoung", "dayRepsMature"]: self.addMissing(self.stats[type], -days, 0)