瀏覽代碼

info(), not log()

pull/15/head
Ben Kurtovic 11 年之前
父節點
當前提交
5d1518ae5d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tasks/afc_dailycats.py

+ 1
- 1
tasks/afc_dailycats.py 查看文件

@@ -57,6 +57,6 @@ class AFCDailyCats(Task):
page = self.site.get_page(self.prefix + suffix)
if page.exists == page.PAGE_MISSING:
page.edit(self.content, self.summary.format(word))
self.logger.log("Creating [[{0}]]".format(page.title))
self.logger.info("Creating [[{0}]]".format(page.title))
else:
self.logger.debug("Skipping [[{0}]], exists".format(page.title))

Loading…
取消
儲存