|
@ -88,7 +88,7 @@ a SimpleConfig instance then reads the wallet file. |
|
|
import ast |
|
|
import ast |
|
|
try: |
|
|
try: |
|
|
out = ast.literal_eval(out) |
|
|
out = ast.literal_eval(out) |
|
|
except TypeError: |
|
|
except: |
|
|
print "type error, using default value" |
|
|
print "type error, using default value" |
|
|
out = default |
|
|
out = default |
|
|
|
|
|
|
|
|