mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
ii
This commit is contained in:
parent
44f55d75bd
commit
bb8db94214
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ async def get_commit_count(url: str, headers: dict) -> int:
|
|||
headers=headers
|
||||
)
|
||||
|
||||
if response.status_code != 200:
|
||||
raise HTTPError(response.status_code, response)
|
||||
|
||||
commit_count = 1
|
||||
if 'Link' in response.headers:
|
||||
link_header = response.headers['Link']
|
||||
|
|
Loading…
Add table
Reference in a new issue