diff --git a/fireREST/__init__.py b/fireREST/__init__.py index 46e3d32..9724bad 100644 --- a/fireREST/__init__.py +++ b/fireREST/__init__.py @@ -536,7 +536,7 @@ def create_object(self, object_type: str, data: Dict): url = self._url('config', request) return self._post(url, data) - def get_objects(self, object_type: str, expanded=API_EXPANSION_MODE, limit=API_PAGING_LIMIT, limit=API_PAGING_LIMIT): + def get_objects(self, object_type: str, expanded=API_EXPANSION_MODE, limit=API_PAGING_LIMIT): request = f'/object/{object_type}' url = self._url('config', request) params = {