소스 검색

Use correct API param for title.

tags/v0.1^2
Ben Kurtovic 12 년 전
부모
커밋
6ec8ecf9f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      earwigbot/wiki/category.py

+ 1
- 1
earwigbot/wiki/category.py 파일 보기

@@ -105,7 +105,7 @@ class Category(Page):
def _get_size_via_api(self, member_type):
"""Return the size of the category using the API."""
result = self.site.api_query(action="query", prop="categoryinfo",
cmtitle=self.title)
titles=self.title)
info = result["query"]["pages"].values()[0]["categoryinfo"]
return info[member_type]



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