We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1466fba commit 2baa718Copy full SHA for 2baa718
app/readers/homedepot_ca.py
@@ -68,6 +68,8 @@ def get_price(url: str, client: httpx.Client) -> float:
68
get_price_function, *args = extractor
69
try:
70
price = get_price_function(*args) # type: ignore
71
+ except Exception:
72
+ pass
73
finally:
74
pass
75
if price > 0.0:
0 commit comments