ソースを参照

Fix get_status_and_chart(content, namespace)

tags/v0.1^2
Ben Kurtovic 12年前
コミット
e02ff2d5db
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      bot/tasks/afc_statistics.py

+ 2
- 1
bot/tasks/afc_statistics.py ファイルの表示

@@ -304,7 +304,8 @@ class Task(BaseTask):
self.logger.error(msg)
return

status, chart = self.get_status_and_chart(content)
namespace = self.site.get_page(title).namespace()
status, chart = self.get_status_and_chart(content, namespace)
if not status:
msg = "Could not find a status for [[{0}]]".format(title)
self.logger.warn(msg)


読み込み中…
キャンセル
保存