diff --git a/hv4gha/gh.py b/hv4gha/gh.py index d1b0963..ffc5c3b 100644 --- a/hv4gha/gh.py +++ b/hv4gha/gh.py @@ -177,7 +177,7 @@ def __find_installation(self) -> str: if installation.account.login.lower() == self.account.lower(): return str(installation.id) - if "next" in response.links.keys(): + if "next" in response.links: pagination_params["page"] += 1 more = True