X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetInterfaceTags.py;h=131d3e52af0cc29b7fc56505b79df7fab6e3f730;hb=f7ce7ce813d4c44502629820a3583f32a99a98f7;hp=6daa3f9d9806409d6aadb4f3f91b5479e68d1091;hpb=9a608e111c7f8182f51753ea3f563ebc19eb4c71;p=plcapi.git diff --git a/PLC/Methods/GetInterfaceTags.py b/PLC/Methods/GetInterfaceTags.py index 6daa3f9..131d3e5 100644 --- a/PLC/Methods/GetInterfaceTags.py +++ b/PLC/Methods/GetInterfaceTags.py @@ -37,7 +37,7 @@ class GetInterfaceTags(Method): ] returns = [InterfaceTag.fields] - + def call(self, auth, interface_tag_filter = None, return_fields = None):