- log affected object_ids
[plcapi.git] / PLC / Methods / UpdateKey.py
index 5f6ecc4..5e14b9a 100644 (file)
@@ -44,5 +44,6 @@ class UpdateKey(Method):
 
         key.update(key_fields)
         key.sync()
+       self.object_ids = [key['key_id']]
 
         return 1