Преглед изворни кода

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]



Loading…
Откажи
Сачувај