diff --git a/uk_bin_collection/uk_bin_collection/councils/HarrogateBoroughCouncil.py b/uk_bin_collection/uk_bin_collection/councils/HarrogateBoroughCouncil.py index 180d784f68..25912272eb 100644 --- a/uk_bin_collection/uk_bin_collection/councils/HarrogateBoroughCouncil.py +++ b/uk_bin_collection/uk_bin_collection/councils/HarrogateBoroughCouncil.py @@ -37,7 +37,7 @@ def parse_data(self, page: str, **kwargs) -> dict: collections = [] # Find section with bins in - table = soup.find_all("table", {"class": "hbcRounds"})[0] + table = soup.find_all("table", {"class": "hbcRounds"})[-1] # For each bin section, get the text and the list elements for row in table.find_all("tr"):