ソースを参照

Fix.

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

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

@@ -306,7 +306,7 @@ class Task(BaseTask):

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


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