Skip to content

Commit c50755d

Browse files
committed
Pages start at 1
1 parent 9dd2b8c commit c50755d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_deletable_branches(self, last_commit_age_days: int, ignore_branches: lis
3333
deletable_branches = []
3434
branch: dict
3535
branches: list = response.json()
36-
current_page = 0
36+
current_page = 1
3737

3838
while len(branches) > 0:
3939
for branch in branches:

0 commit comments

Comments
 (0)