1
0
This commit is contained in:
SomberNight
2018-03-15 18:34:30 +01:00
parent 71dff2a06e
commit afa4cbfcbb
2 changed files with 39 additions and 5 deletions

View File

@@ -466,7 +466,7 @@ class DeviceMgr(ThreadJob, PrintError):
devices = [dev for dev in devices if not self.xpub_by_id(dev.id_)]
infos = []
for device in devices:
if not device.product_key in plugin.DEVICE_IDS:
if device.product_key not in plugin.DEVICE_IDS:
continue
client = self.create_client(device, handler, plugin)
if not client: