diff --git a/autoupdate_app_sources/rest_api.py b/autoupdate_app_sources/rest_api.py index 92081bae..c5851c59 100644 --- a/autoupdate_app_sources/rest_api.py +++ b/autoupdate_app_sources/rest_api.py @@ -261,5 +261,5 @@ def get_web_page_links(self) -> dict[str, str]: return { link.string: urljoin(self.web_page, link.get("href")) - for link in soup.find_all("a") + for link in soup.find_all("a") if link.string is not None }