Skip to content

Commit f015140

Browse files
committed
2 parents 41f6f3d + b6b41c4 commit f015140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

uk_bin_collection/uk_bin_collection/councils/RochfordCouncil.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def parse_data(self, page: str, **kwargs) -> dict:
3636
collection_date = datetime.strptime(
3737
remove_ordinal_indicator_from_date_string(
3838
week_text[0].split(" - ")[0]
39-
).strip(),
39+
)
40+
.strip(),
4041
"%A %d %B",
4142
)
4243
next_collection = collection_date.replace(year=datetime.now().year)

0 commit comments

Comments
 (0)