Ver a proveniência

Fix.

tags/v0.1^2
Ben Kurtovic há 12 anos
ascendente
cometimento
149fe8fdb4
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      bot/tasks/afc_history.py

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

@@ -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):


Carregando…
Cancelar
Guardar