このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
cas
/
hackernamegen
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fix binary file read
master
Cassowary
2年前
親
08338dc881
コミット
107665e133
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存