Skip to content

Commit 04f1001

Browse files
committed
fix wrong logging message Fixes #94
1 parent dd2ffa1 commit 04f1001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

churchtools_api/churchtools_api_abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def combine_paginated_response_data(
3636
logger.debug(
3737
"running paginated request for page {} of {}".format(
3838
page + 1,
39-
pagination["lastPage"] + 1,
39+
pagination["lastPage"],
4040
)
4141
)
4242
new_param = {"page": page + 1}

0 commit comments

Comments
 (0)