mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
be more permissive with catching exceptions here as many varities possible.
This commit is contained in:
parent
9815fb5a70
commit
f2fb235643
1 changed files with 1 additions and 1 deletions
2
electrum
2
electrum
|
@ -357,7 +357,7 @@ if __name__ == '__main__':
|
|||
d = ast.literal_eval( data )
|
||||
seed = d['seed']
|
||||
imported_keys = d.get('imported_keys',{})
|
||||
except IOError:
|
||||
except:
|
||||
sys.exit("Error: Error with seed file")
|
||||
|
||||
mpk = wallet.master_public_key
|
||||
|
|
Loading…
Add table
Reference in a new issue