Skip to content

Commit

Permalink
tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrw298 committed Nov 29, 2023
1 parent a13177f commit eb0bfbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def parse_data(self, page: str, **kwargs) -> dict:
if "bin" in item and " - " in item:
bin_data = item.split(" - ")
bin_name = bin_data[0]
bin_date = bin_data[1] # Todo: parse the date into something nicer
bin_date = bin_data[1]
parsed_bin_date = parse(bin_date, fuzzy_with_tokens=True)[0]

dict_data = {
Expand Down

0 comments on commit eb0bfbb

Please sign in to comment.