Explorar el Código

Fix.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
149fe8fdb4
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

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

dest = expanduser(self.destination)
with open(dest, "wb") as fp:
fp.write(data)
fp.write(str(data))
self.logger.info("Chart saved to {0}".format(dest))

def backwards_cat_iterator(self):


Cargando…
Cancelar
Guardar