mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
aa
This commit is contained in:
parent
af18ac688b
commit
1c7158fff1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ async def execute_github_query(host: str, owner: str, reponame: str, token: str)
|
|||
'Authorization': f'bearer {token}',
|
||||
'Content-Type': 'application/json',
|
||||
}
|
||||
|
||||
logger.warning(f"{owner} {reponame}")
|
||||
query_vars = QUERY_GITHUB.replace("$owner", owner).replace("$name", reponame)
|
||||
client = await get_http_client()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue