From 4685523791af0f467e53a30ce5f93b8a58116893 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 12 Oct 2008 01:57:33 +0900 Subject: [PATCH] update graphs for new daily stats --- anki/graphs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/graphs.py b/anki/graphs.py index a56c13e6f..4ae96db4a 100644 --- a/anki/graphs.py +++ b/anki/graphs.py @@ -184,7 +184,7 @@ from cards where reps > 0 and priority != 0""") n = 0 colours = ["#ff7777", "#77ffff", "#7777ff"] bars = [] - gs = anki.stats.globalStats(self.deck.s) + gs = anki.stats.globalStats(self.deck) for type in types: total = (getattr(gs, type + "Ease0") + getattr(gs, type + "Ease1") +