diff --git a/main.py b/main.py index 8080134..9ca720c 100644 --- a/main.py +++ b/main.py @@ -31,7 +31,7 @@ def __init__(self, token: str = "", user: str = "", pw: str = ""): # noqa: MC00 self.session.auth = requests.auth.HTTPBasicAuth(user, pw) self.prs = {} - return + page = 1 while True: r = self._make_request("GET", f"/repos/{self.owner}/{self.repo}/pulls",