Browse Source

whoops

tags/v0.3
Ben Kurtovic 7 years ago
parent
commit
ac5d741322
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      earwigbot/tasks/wikiproject_tagger.py

+ 1
- 1
earwigbot/tasks/wikiproject_tagger.py View File

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


Loading…
Cancel
Save