Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
cas
/
hackernamegen
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix binary file read
master
Cassowary
hace 2 años
padre
08338dc881
commit
107665e133
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
hackersite.wsgi
+ 1
- 1
hackersite.wsgi
Ver fichero
@@ -47,7 +47,7 @@ def statics(bobo_request, f):
if content_type is not None:
response.content_type = content_type
try:
response.body = open(pth, "r").read()
response.body = open(pth, "r
b
").read()
except IOError:
raise bobo.NotFound
return response
Escribir
Vista previa
Cargando…
Cancelar
Guardar