瀏覽代碼

self.dest -> self.destination

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
85af03df25
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py 查看文件

@@ -44,7 +44,7 @@ class Task(BaseTask):

# Graph stuff:
self.graph = cfg.get("graph", {})
self.dest = self.graph.get("dest", "afc_history.png")
self.destination = self.graph.get("dest", "afc_history.png")

# Connection data for our SQL database:
kwargs = cfg.get("sql", {})


Loading…
取消
儲存