Skip to content

Commit

Permalink
Merge pull request #855 from neilmartin83/patch-2
Browse files Browse the repository at this point in the history
fix: Rochford Council
  • Loading branch information
dp247 authored Oct 8, 2024
2 parents ca27056 + 8de74a2 commit 0b05b7e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def parse_data(self, page: str, **kwargs) -> dict:
collection_date = datetime.strptime(
remove_ordinal_indicator_from_date_string(
week_text[0].split(" - ")[0]
),
)
.strip(),
"%A %d %B",
)
next_collection = collection_date.replace(year=datetime.now().year)
Expand Down

0 comments on commit 0b05b7e

Please sign in to comment.