mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
still fix
This commit is contained in:
parent
5d908b34a6
commit
9784e64307
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ async def get_version(
|
|||
else:
|
||||
return RichResult(
|
||||
version = data[0]['commit']['committer']['date'].split('T', 1)[0].replace('-', ''),
|
||||
revision = data[0]['id'],
|
||||
revision = data[0]['sha'],
|
||||
url = data[0]['html_url'],
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue