From 69b5a9491760803e1facadf5ca8770b38289d99a Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 17 Feb 2014 23:55:52 -0500 Subject: [PATCH] Fix method name. --- tasks/afc_statistics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/afc_statistics.py b/tasks/afc_statistics.py index 035e9af..bf34b2c 100644 --- a/tasks/afc_statistics.py +++ b/tasks/afc_statistics.py @@ -292,7 +292,7 @@ class AFCStatistics(Task): e = u"Error tracking page [[{0}]] (id: {1})" self.logger.exception(e.format(title, pageid)) - def update_stale(self, cursor): + def _update_stale(self, cursor): """Update submissions that haven't been updated in a long time. This is intended to update notes that change without typical update