Skip to content

Commit 3ef0027

Browse files
authored
Update confluence.py (#1090)
1 parent e5889b5 commit 3ef0027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/confluence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def get_all_pages_from_space(
543543

544544
raise
545545

546-
return response.get("results")
546+
return response
547547

548548
def get_all_pages_from_space_trash(self, space, start=0, limit=500, status="trashed", content_type="page"):
549549
"""

0 commit comments

Comments
 (0)