瀏覽代碼

whoops

tags/v0.3
Ben Kurtovic 7 年之前
父節點
當前提交
ac5d741322
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      earwigbot/tasks/wikiproject_tagger.py

+ 1
- 1
earwigbot/tasks/wikiproject_tagger.py 查看文件

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


Loading…
取消
儲存