mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
aa
This commit is contained in:
parent
0e8e68a5fb
commit
98e5aa4742
1 changed files with 2 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue