本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
earwigbot-plugins
镜像来自
https://github.com/earwig/earwigbot-plugins
關注
1
收藏
1
複製
0
程式碼
版本發佈
1
活動
瀏覽代碼
Make sure AFCStatistics has a reference to the site at setup time.
pull/15/head
Ben Kurtovic
11 年之前
父節點
3091b38a62
當前提交
9ada6e52bb
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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")
Write
Preview
Loading…
取消
儲存