소스 검색

Fix a typo.

pull/15/head
Ben Kurtovic 11 년 전
부모
커밋
27156fc5dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      commands/afc_status.py

+ 1
- 1
commands/afc_status.py 파일 보기

@@ -144,7 +144,7 @@ class AFCStatus(Command):

def count_submissions(self):
"""Returns the number of open AFC submissions (count of CAT:PEND)."""
minus = len(ignore_list)
minus = len(self.ignore_list)
return self.site.get_category("Pending AfC submissions").pages - minus

def count_redirects(self):


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