Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
redplanet
/
feedcake
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
don't prettify articles
master
Andreas Demmelbauer
hace 5 años
padre
a4b9e7db7c
commit
4f65eb94e2
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
feedcake.py
+ 1
- 1
feedcake.py
Ver fichero
@@ -180,7 +180,7 @@ def process_feed(feed_url, output_filename):
f = open(entry_path + '/index.html', 'w')
f.write(str(content_soup
.prettify()
))
f.write(str(content_soup))
f.close()
sleep(1.3)
Escribir
Vista previa
Cargando…
Cancelar
Guardar