소스 검색

Fix method name.

pull/15/head
Ben Kurtovic 10 년 전
부모
커밋
69b5a94917
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
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


불러오는 중...
취소
저장