mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Merge branch 'master' of https://github.com/jay0lee/GAM
This commit is contained in:
@@ -326,6 +326,6 @@ def sync():
|
|||||||
kwargs = {'customer': customer}
|
kwargs = {'customer': customer}
|
||||||
else:
|
else:
|
||||||
kwargs = {'body': {'customer': customer}}
|
kwargs = {'body': {'customer': customer}}
|
||||||
gapi.call(ci.devices(), unassigned_missing_action,
|
gapi.call(ci.devices(), action,
|
||||||
name=name, **kwargs)
|
name=name, **kwargs)
|
||||||
print(f'{action}d {sn}')
|
print(f'{action}d {sn}')
|
||||||
|
|||||||
Reference in New Issue
Block a user