Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
cas
/
hackernamegen
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Fix binary file read
master
Cassowary
há 2 anos
ascendente
08338dc881
cometimento
107665e133
1 ficheiros alterados
com
1 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-1
hackersite.wsgi
+ 1
- 1
hackersite.wsgi
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar