github: fix next_page_url

fixes #103
This commit is contained in:
lilydjwg 2019-03-22 23:42:13 +08:00
parent c64766cc0e
commit 7370b8d23b

View file

@ -103,7 +103,7 @@ async def max_tag(
if re.search(include_tags_pattern, x)]
if data:
tags += data
else:
next_page_url = get_next_page_url(links)
if not next_page_url:
break