This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
cas
/
hackernamegen
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fix binary file read
master
Cassowary
пре 2 година
родитељ
08338dc881
комит
107665e133
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hackersite.wsgi
+ 1
- 1
hackersite.wsgi
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај