[beers] Fix abv lookup

This commit is contained in:
2024-11-02 18:59:11 -04:00
parent 76272b7e39
commit 38ba474c1f

View File

@ -66,8 +66,8 @@ def get_abv_from_soup(soup) -> Optional[float]:
pass
except ValueError:
pass
if "N/A" in abv:
abv = None
except TypeError:
pass
return abv