ソースを参照

Make sure AFCStatistics has a reference to the site at setup time.

pull/15/head
Ben Kurtovic 11年前
コミット
9ada6e52bb
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      tasks/afc_statistics.py

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

@@ -54,6 +54,7 @@ class AFCStatistics(Task):

def setup(self):
self.cfg = cfg = self.config.tasks.get(self.name, {})
self.site = self.bot.wiki.get_site()

# Set some wiki-related attributes:
self.pagename = cfg.get("page", "Template:AFC statistics")


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