diff --git a/bot/tasks/afc_history.py b/bot/tasks/afc_history.py index cfbcc68..2de4b7d 100644 --- a/bot/tasks/afc_history.py +++ b/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", {})