소스 검색

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", {})


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