Skip to content

Commit

Permalink
fix: Leeds City Council
Browse files Browse the repository at this point in the history
fix: #1222
  • Loading branch information
m26dvd committed Feb 17, 2025
1 parent 1838b23 commit f1b558d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ def parse_data(self, page: str, **kwargs) -> dict:
bin_types = soup.find_all("ul", class_="binCollectionTimesList")

for bin_collection_dates in bin_types:
bin_collection_list = bin_collection_dates.find_all("li", class_="")

bin_collection_list = bin_collection_dates.find_all("li")

if bin_collection_list:
collection_dates = [
Expand Down

0 comments on commit f1b558d

Please sign in to comment.