minor fix: return client
This commit is contained in:
parent
86e23d9989
commit
4189d9343d
@ -393,6 +393,7 @@ class DeviceMgr(ThreadJob, PrintError):
|
|||||||
if client is None and force_pair:
|
if client is None and force_pair:
|
||||||
info = self.select_device(handler, plugin, keystore, devices)
|
info = self.select_device(handler, plugin, keystore, devices)
|
||||||
client = self.force_pair_xpub(plugin, handler, info, xpub, derivation, devices)
|
client = self.force_pair_xpub(plugin, handler, info, xpub, derivation, devices)
|
||||||
|
return client
|
||||||
|
|
||||||
def client_by_xpub(self, plugin, xpub, handler, devices):
|
def client_by_xpub(self, plugin, xpub, handler, devices):
|
||||||
_id = self.xpub_id(xpub)
|
_id = self.xpub_id(xpub)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user