瀏覽代碼

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:


Loading…
取消
儲存