From 26c476afd34afe446eeb0a2ac6be84aa6178c9a6 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 8 Nov 2011 00:44:40 -0500 Subject: [PATCH] Ugh, oops. --- bot/tasks/afc_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/tasks/afc_statistics.py b/bot/tasks/afc_statistics.py index bba648e..db1ead4 100644 --- a/bot/tasks/afc_statistics.py +++ b/bot/tasks/afc_statistics.py @@ -261,7 +261,7 @@ class Task(BaseTask): cursor.execute(query, (CHART_ACCEPT, CHART_DECLINE)) def update(self, **kwargs): - title = kwargs.get(page) + title = kwargs.get("page") if not title: return