X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FGetSites.py;h=2ca1b4403118add4916501d55691980b98a5515a;hb=bd74602accd625735a89e39417a7feeefd52909d;hp=138c46e960ac2fb3168542eee8f1996ef3ff4f26;hpb=dfe7ff554be853792f7fc093e56b9451bb9c4530;p=plcapi.git diff --git a/PLC/Methods/GetSites.py b/PLC/Methods/GetSites.py index 138c46e..2ca1b44 100644 --- a/PLC/Methods/GetSites.py +++ b/PLC/Methods/GetSites.py @@ -29,4 +29,4 @@ class GetSites(Method): def call(self, auth, site_filter = None, return_fields = None): sites = Sites(self.api, site_filter) - return sites.dicts() + return sites