X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FAddPersonKey.py;h=c404d05e1f43fb5dfaa44813b94412019259d934;hb=d4c363a3ee55334eacd91f303adf6ecc20055d1e;hp=dfadfa5130a8d05342d391377b3320995605bdb8;hpb=22aa65daea960e86e0e791684db1cfc6dfd0fabd;p=plcapi.git diff --git a/PLC/Methods/AddPersonKey.py b/PLC/Methods/AddPersonKey.py index dfadfa5..c404d05 100644 --- a/PLC/Methods/AddPersonKey.py +++ b/PLC/Methods/AddPersonKey.py @@ -29,8 +29,6 @@ class AddPersonKey(Method): returns = Parameter(int, 'New key_id (> 0) if successful') - event_type = 'Add' - object_type = 'Key' def call(self, auth, person_id_or_email, key_fields): key_fields = dict(filter(can_update, key_fields.items()))