ソースを参照

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]



読み込み中…
キャンセル
保存