Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot
réplica de
https://github.com/earwig/earwigbot
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
4
Actividad
Explorar el Código
Fix.
tags/v0.1^2
Ben Kurtovic
hace 13 años
padre
4eca6a83e7
commit
149fe8fdb4
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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):
Escribir
Vista previa
Cargando…
Cancelar
Guardar