Fix bug in sync devices (#1259)

This commit is contained in:
Ross Scroggs
2020-10-03 16:52:22 -07:00
committed by GitHub
parent dd3e6420b6
commit 91a5cd5c69

View File

@@ -326,6 +326,6 @@ def sync():
kwargs = {'customer': customer}
else:
kwargs = {'body': {'customer': customer}}
gapi.call(ci.devices(), unassigned_missing_action,
gapi.call(ci.devices(), action,
name=name, **kwargs)
print(f'{action}d {sn}')