From 25afe6c01081ac2f0dc9c8de1e7e04683bdeacab Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 28 Jul 2019 02:01:38 -0400 Subject: [PATCH] afc_statistics: Made a typo --- tasks/afc_statistics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/afc_statistics.py b/tasks/afc_statistics.py index 9c75f94..3fe835a 100644 --- a/tasks/afc_statistics.py +++ b/tasks/afc_statistics.py @@ -140,9 +140,9 @@ class AFCStatistics(Task): statistics = self._compile_charts() for name, chart in statistics.iteritems(): - self._save_page(name, chart) + self._save_page(name, chart, summary) - def _save_page(self, name, chart): + def _save_page(self, name, chart, summary): """Save a statistics chart to a single page.""" page = self.site.get_page(u"{}/{}".format(self.pageroot, name)) try: