X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetSiteTags.py;h=83b208c3474c5a613800d1c0dc7575c46fb6c749;hb=f7ce7ce813d4c44502629820a3583f32a99a98f7;hp=4663e8a9790360036eb4b4a24869a53a1b23973f;hpb=9a608e111c7f8182f51753ea3f563ebc19eb4c71;p=plcapi.git diff --git a/PLC/Methods/GetSiteTags.py b/PLC/Methods/GetSiteTags.py index 4663e8a..83b208c 100644 --- a/PLC/Methods/GetSiteTags.py +++ b/PLC/Methods/GetSiteTags.py @@ -36,7 +36,7 @@ class GetSiteTags(Method): ] returns = [SiteTag.fields] - + def call(self, auth, site_tag_filter = None, return_fields = None):