Skip to content

Commit

Permalink
fix: Remove first BS4 call to stop page read
Browse files Browse the repository at this point in the history
  • Loading branch information
dp247 committed Oct 14, 2023
1 parent fd6bab6 commit 212d859
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,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 212d859

Please sign in to comment.