diff --git a/nvchecker_source/github.py b/nvchecker_source/github.py index 6dedb27..e5f2172 100644 --- a/nvchecker_source/github.py +++ b/nvchecker_source/github.py @@ -269,6 +269,7 @@ async def get_version_real( commit_count = await get_commit_count(url, headers) version = data[0]['commit']['committer']['date'].rstrip('Z').replace('-', '').replace(':', '').replace('T', '.') version = f"{version}.r{commit_count}.g{data[0]['sha'][:9]}" + print(f"{version}") return RichResult( # YYYYMMDD.HHMMSS