X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetMessages.py;h=8d45af629ceb8fc0e96d7877f7c3bd7f1f78aae4;hb=d4c363a3ee55334eacd91f303adf6ecc20055d1e;hp=3d0473d260881413e20faa084e6dc6e922aa1fca;hpb=22aa65daea960e86e0e791684db1cfc6dfd0fabd;p=plcapi.git diff --git a/PLC/Methods/GetMessages.py b/PLC/Methods/GetMessages.py index 3d0473d..8d45af6 100644 --- a/PLC/Methods/GetMessages.py +++ b/PLC/Methods/GetMessages.py @@ -20,8 +20,6 @@ class GetMessages(Method): returns = [Message.fields] - event_type = 'Get' - object_type = 'Message' def call(self, auth, message_ids = None): return Messages(self.api, message_ids)