- added logging variable 'object_type'
[plcapi.git] / PLC / Methods / AdmDeletePersonKeys.py
index fd24eef..f23a472 100644 (file)
@@ -29,6 +29,8 @@ class AdmDeletePersonKeys(Method):
 
     returns = Parameter(int, '1 if successful')
 
+    object_type = 'Person'
+
     def call(self, auth, person_id_or_email, key_ids):
         # Get account information
         persons = Persons(self.api, [person_id_or_email])