There was an error while loading. Please reload this page.
1 parent 7176560 commit 93cc069Copy full SHA for 93cc069
1 file changed
atlassian/confluence.py
@@ -76,8 +76,8 @@ def _get_paged(self, url, params=None, data=None, flags=None, trailing=None, abs
76
url = response.get("_links", {}).get("next")
77
if url is None:
78
break
79
- # From now on we have absolute URLs with parameters
80
- absolute = True
+ # From now on we have relative URLs with parameters
+ absolute = False
81
# Params are now provided by the url
82
params = {}
83
# Trailing should not be added as it is already part of the url
0 commit comments