Skip to content

Commit

Permalink
Fix Bolton Council
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverCullimore committed Sep 16, 2023
1 parent 672c165 commit 4963f78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions uk_bin_collection/uk_bin_collection/councils/BoltonCouncil.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def parse_data(self, page: str, **kwargs) -> dict:
user_uprn = kwargs.get("uprn")
check_uprn(user_uprn)

soup = BeautifulSoup(page.text, features="html.parser")
soup.prettify()

data = {"bins": []}

headers = {
Expand Down

0 comments on commit 4963f78

Please sign in to comment.