Fix fetching alternate cover urls (fixes #372)

This commit is contained in:
Timmy Welch 2022-10-29 10:01:44 -07:00
parent 43ec4848ef
commit d33d274725
No known key found for this signature in database

View File

@ -671,7 +671,7 @@ class ComicVineTalker:
def fetch_alternate_cover_urls(self, issue_id: int, issue_page_url: str) -> list[str]:
url_list = self.fetch_cached_alternate_cover_urls(issue_id)
if url_list is not None:
if url_list:
return url_list
# scrape the CV issue page URL to get the alternate cover URLs