aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sec_certs/sample/cc_scheme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sec_certs/sample/cc_scheme.py b/src/sec_certs/sample/cc_scheme.py
index 307dfb57..bc0c0792 100644
--- a/src/sec_certs/sample/cc_scheme.py
+++ b/src/sec_certs/sample/cc_scheme.py
@@ -107,7 +107,7 @@ def get_australia_in_evaluation(enhanced: bool = True) -> list[dict[str, Any]]:
if enhanced:
e: dict[str, Any] = {}
cert_page = _get_page(cert["url"])
- article = cert_page.find("article", attrs={"role": "article"})
+ article = cert_page.find("article")
blocks = article.find("div").find_all("div", class_="flex", recursive=False)
for h2 in blocks[0].find_all("h2"):
val = sns(h2.find_next_sibling("span").text)