Procházet zdrojové kódy

Use correct API param for title.

tags/v0.1^2
Ben Kurtovic před 12 roky
rodič
revize
6ec8ecf9f7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/wiki/category.py

+ 1
- 1
earwigbot/wiki/category.py Zobrazit soubor

@@ -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]



Načítá se…
Zrušit
Uložit