X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetEvents.py;h=2bc989c1795924b667de8f798b9ef02c545a80cd;hb=e76605a62282e7c10c6b87c75420b000d1829af7;hp=4fbb45152b0adf24eea4bd09e944012090a0e57e;hpb=e347fc823bbba9d88a3fddf07d5c21024dfd1e55;p=plcapi.git diff --git a/PLC/Methods/GetEvents.py b/PLC/Methods/GetEvents.py index 4fbb451..2bc989c 100644 --- a/PLC/Methods/GetEvents.py +++ b/PLC/Methods/GetEvents.py @@ -27,3 +27,4 @@ class GetEvents(Method): def call(self, auth, event_filter = None, return_fields = None): return Events(self.api, event_filter, return_fields) +