Skip to content

Commit

Permalink
fix carmarthenshire_gov_wales
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Dec 12, 2024
1 parent ddb770b commit 44b0352
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ def fetch(self) -> list[Collection]:
entries = []
for item in containers:
dates = item.findAll("p", {"class": "font11 text-center"})
if " " not in dates[0].text:
continue
entries.append(
Collection(
date=datetime.strptime(
Expand Down

0 comments on commit 44b0352

Please sign in to comment.