Skip to content

Commit

Permalink
Fix NJ
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jan 26, 2022
1 parent df0a641 commit 51891af
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 51891af

Please sign in to comment.