mirror of
https://github.com/lilydjwg/nvchecker
synced 2024-12-25 08:02:21 +00:00
Fix f-string in github source
This commit is contained in:
parent
8e277e1528
commit
52ab39d92e
@ -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…
Reference in New Issue
Block a user