Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
cas
/
hackernamegen
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix binary file read
master
Cassowary
2 anni fa
parent
08338dc881
commit
107665e133
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
hackersite.wsgi
+ 1
- 1
hackersite.wsgi
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva