Explorar el Código

self.dest -> self.destination

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
85af03df25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bot/tasks/afc_history.py

+ 1
- 1
bot/tasks/afc_history.py Ver fichero

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


Cargando…
Cancelar
Guardar