mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 02:35:20 +00:00
Merge branch 'master' of git://github.com/spesmilo/electrum
This commit is contained in:
commit
2bbe829f32
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ class Plugins(DaemonThread):
|
||||||
wallet_types.append(details[1])
|
wallet_types.append(details[1])
|
||||||
descs.append(details[2])
|
descs.append(details[2])
|
||||||
except:
|
except:
|
||||||
|
traceback.print_exc()
|
||||||
self.print_error("cannot load plugin for:", name)
|
self.print_error("cannot load plugin for:", name)
|
||||||
return wallet_types, descs
|
return wallet_types, descs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue