mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
parent
c64766cc0e
commit
7370b8d23b
1 changed files with 5 additions and 5 deletions
|
@ -103,12 +103,12 @@ async def max_tag(
|
||||||
if re.search(include_tags_pattern, x)]
|
if re.search(include_tags_pattern, x)]
|
||||||
if data:
|
if data:
|
||||||
tags += data
|
tags += data
|
||||||
|
|
||||||
|
next_page_url = get_next_page_url(links)
|
||||||
|
if not next_page_url:
|
||||||
|
break
|
||||||
else:
|
else:
|
||||||
next_page_url = get_next_page_url(links)
|
url = next_page_url
|
||||||
if not next_page_url:
|
|
||||||
break
|
|
||||||
else:
|
|
||||||
url = next_page_url
|
|
||||||
|
|
||||||
if not tags:
|
if not tags:
|
||||||
logger.error('No tag found in upstream repository.',
|
logger.error('No tag found in upstream repository.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue