mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Fix f-string in github source
This commit is contained in:
parent
8e277e1528
commit
52ab39d92e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async def get_latest_tag(key: Tuple[str, str, str]) -> str:
|
|||
repo, query, token = key
|
||||
owner, reponame = repo.split('/')
|
||||
headers = {
|
||||
f'Authorization': 'bearer {token}',
|
||||
'Authorization': f'bearer {token}',
|
||||
'Content-Type': 'application/json',
|
||||
}
|
||||
q = QUERY_LATEST_TAG.format(
|
||||
|
|
Loading…
Add table
Reference in a new issue