소스 검색

Fix invocation.

pull/9/head
Ben Kurtovic 11 년 전
부모
커밋
97f5d95f8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/afc_statistics.py

+ 1
- 1
tasks/afc_statistics.py 파일 보기

@@ -65,7 +65,7 @@ class AFCStatistics(Task):
# Templates used in chart generation:
templates = cfg.get("templates", {})
self.tl_header = templates.get("header", "AFC statistics/header")
self.tl_row = templates.get("row", "#invoke:AfC")
self.tl_row = templates.get("row", "#invoke:AfC|row")
self.tl_footer = templates.get("footer", "AFC statistics/footer")

# Connection data for our SQL database:


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