This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
ben
/
earwigbot
огледало од
https://github.com/earwig/earwigbot
Прати
1
Волим
1
Креирај огранак
0
Код
Издања
4
Activity
Преглед изворни кода
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 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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):
Write
Preview
Loading…
Откажи
Сачувај