Explorar el Código

whoops

tags/v0.3
Ben Kurtovic hace 7 años
padre
commit
ac5d741322
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/tasks/wikiproject_tagger.py

+ 1
- 1
earwigbot/tasks/wikiproject_tagger.py Ver fichero

@@ -222,7 +222,7 @@ class WikiProjectTagger(Task):
"""Try to tag all pages in the given category."""
self.logger.info(u"Processing category: [[%s]]", page.title)
if job.tag_categories:
self.process_page(member, job, is_category=True)
self.process_page(page, job, is_category=True)
for member in page.get_members():
if member.namespace == constants.NS_CATEGORY:
if recursive is True:


Cargando…
Cancelar
Guardar