1
0

currency conversions (bkkcoins)

This commit is contained in:
ThomasV
2013-01-05 15:23:35 +01:00
parent e7e169888d
commit c7edba0990
3 changed files with 41 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ a SimpleConfig instance then reads the wallet file.
try:
out = ast.literal_eval(out)
except:
print "type error, using default value"
print "type error for '%s': using default value"%key
out = default
return out