소스 검색

WP:AFC/R moved

main
Ben Kurtovic 3 년 전
부모
커밋
c9de5ccb58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      commands/afc_status.py

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

@@ -150,7 +150,7 @@ class AfCStatus(Command):
def count_redirects(self):
"""Returns the number of open redirect submissions. Calculated as the
total number of submissions minus the closed ones."""
title = "Wikipedia:Articles for creation/Redirects"
title = "Wikipedia:Articles for creation/Redirects and categories"
content = self.site.get_page(title).get()
total = len(re.findall("^\s*==(.*?)==\s*$", content, re.MULTILINE))
closed = content.lower().count("{{afc-c|b}}")


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