Ver código fonte

Fix method name.

pull/15/head
Ben Kurtovic 10 anos atrás
pai
commit
69b5a94917
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
tasks/afc_statistics.py Ver arquivo

@@ -292,7 +292,7 @@ class AFCStatistics(Task):
e = u"Error tracking page [[{0}]] (id: {1})" e = u"Error tracking page [[{0}]] (id: {1})"
self.logger.exception(e.format(title, pageid)) 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. """Update submissions that haven't been updated in a long time.


This is intended to update notes that change without typical update This is intended to update notes that change without typical update


Carregando…
Cancelar
Salvar