このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
earwigbot
ミラー元
https://github.com/earwig/earwigbot
ウォッチ
1
スター
1
フォーク
0
コード
リリース
4
アクティビティ
ソースを参照
nicer error message that actually tells us what's going on, thanks to the changes in lib.blowfish upstream (on develop)
tags/v0.1^2
Ben Kurtovic
13年前
親
8e5af3dff8
コミット
814c9efdce
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
core/config.py
+ 1
- 1
core/config.py
ファイルの表示
@@ -145,7 +145,7 @@ def parse_config(key):
exit(1)
except blowfish.BlowfishError as error:
print "\nError decrypting passwords:"
print error
print
"{0}: {1}.".format(
error
.__class__.__name__, error)
exit(1)
def _parse_config(key):
書き込み
プレビュー
読み込み中…
キャンセル
保存