X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetIlinks.py;h=93a208ad40f868c55989534afe6821aa8a48ed90;hb=f7ce7ce813d4c44502629820a3583f32a99a98f7;hp=9b63fe20c6d8411ed95483303de04118c1b59007;hpb=9a608e111c7f8182f51753ea3f563ebc19eb4c71;p=plcapi.git diff --git a/PLC/Methods/GetIlinks.py b/PLC/Methods/GetIlinks.py index 9b63fe2..93a208a 100644 --- a/PLC/Methods/GetIlinks.py +++ b/PLC/Methods/GetIlinks.py @@ -37,7 +37,7 @@ class GetIlinks(Method): ] returns = [Ilink.fields] - + def call(self, auth, ilink_filter = None, return_fields = None):