minor fix: return client

This commit is contained in:
ThomasV 2016-08-26 12:00:33 +02:00
parent 86e23d9989
commit 4189d9343d
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ class DeviceMgr(ThreadJob, PrintError):
if client is None and force_pair:
info = self.select_device(handler, plugin, keystore, devices)
client = self.force_pair_xpub(plugin, handler, info, xpub, derivation, devices)
return client
def client_by_xpub(self, plugin, xpub, handler, devices):
_id = self.xpub_id(xpub)