From 98e5aa47423dd877916b46ef0b3db5889b0a44ea Mon Sep 17 00:00:00 2001 From: envolution Date: Wed, 20 Nov 2024 00:24:06 -0500 Subject: [PATCH] aa --- nvchecker_source/github-test.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvchecker_source/github-test.py b/nvchecker_source/github-test.py index af17ed4..7d633bb 100644 --- a/nvchecker_source/github-test.py +++ b/nvchecker_source/github-test.py @@ -4,6 +4,7 @@ from urllib.parse import urlencode from typing import List, Tuple, Union, Optional import asyncio import aiohttp +import prettyprint import structlog from nvchecker.api import ( @@ -236,6 +237,7 @@ async def get_version_real( use_max_tag = conf.get('use_max_tag', False) if use_max_tag: refs = repo_data['refs']['edges'] + logger.warning(f"{refs}") tags: List[Union[str, RichResult]] = [ RichResult( version=ref['node']['name'],