Skip to content

Commit

Permalink
still fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Mar 8, 2024
1 parent 5d908b3 commit 9784e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvchecker_source/gitea.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
)

0 comments on commit 9784e64

Please sign in to comment.