Skip to content

Commit d6b6727

Browse files
committed
implement comments
1 parent 1a087ac commit d6b6727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python-lib/rest_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def request(self, method, url, can_raise_exeption=True, **kwargs):
169169
return json_response
170170

171171
def paginated_api_call(self, can_raise_exeption=True):
172-
if self.pagination.params_must_be_blanked:
172+
if self.pagination.next_page_url:
173173
self.requests_kwargs["params"] = {}
174174
else:
175175
pagination_params = self.pagination.get_params()

0 commit comments

Comments
 (0)