Skip to content

Commit

Permalink
Merge pull request #396 from biglocalnews/fix-delete
Browse files Browse the repository at this point in the history
Fix NJ
  • Loading branch information
palewire authored Jan 26, 2022
2 parents df0a641 + 51891af commit 388fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn/scrapers/nj.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def scrape(
url = f"https://www.nj.gov/labor/lwdhome/warn/{year}/{html_page_name}"
r = utils.get_url(url)
r.encoding = "utf-8"
html.text
html = r.text
cache.write(cache_key, html)

# Parse out the tables
Expand Down

0 comments on commit 388fe97

Please sign in to comment.