1
0

device manager: remove seemingly unused parameter

This commit is contained in:
ThomasV
2016-08-23 10:36:20 +02:00
parent 63ebf7772e
commit 0520eda628
3 changed files with 8 additions and 9 deletions

View File

@@ -333,7 +333,7 @@ class SettingsDialog(WindowModalDialog):
unpair_after = kw_args.pop('unpair_after', False)
def task():
client = devmgr.client_by_id(device_id, handler)
client = devmgr.client_by_id(device_id)
if not client:
raise RuntimeError("Device not connected")
if method: