소스 검색

afc_statistics: Reduce limit to 1000

main
Ben Kurtovic 4 년 전
부모
커밋
8c8a2fcab8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/afc_statistics.py

+ 2
- 2
tasks/afc_statistics.py 파일 보기

@@ -45,7 +45,7 @@ templates it uses, documented in [[Template:AFC statistics/doc]]. -->
<noinclude>{{Documentation|Template:%(pageroot)s/doc}}</noinclude>
"""

_PER_CHART_LIMIT = 1500
_PER_CHART_LIMIT = 1000

class AFCStatistics(Task):
"""A task to generate statistics for WikiProject Articles for Creation.
@@ -192,7 +192,7 @@ class AFCStatistics(Task):
if skipped:
footer += "|skip={}".format(skipped)
footer += "}}"
chart += "\n" + footer
chart += "\n" + footer + "\n"
return chart

def _compile_chart_row(self, page):


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