소스 검색

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")


불러오는 중...
취소
저장