Merge branch 'master' of git://github.com/spesmilo/electrum

This commit is contained in:
ThomasV 2016-02-11 11:40:39 +01:00
commit 2bbe829f32
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class Plugins(DaemonThread):
wallet_types.append(details[1])
descs.append(details[2])
except:
traceback.print_exc()
self.print_error("cannot load plugin for:", name)
return wallet_types, descs