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