Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chadskelton committed Jun 26, 2019
1 parent 99e1d3d commit f5e36a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -143,7 +143,7 @@ def scrape_bcca(url):
tweetit(record)

def scrape_bcpc(url):
html = requests.get(url, verify=False)
html = requests.get(url, cert=False)
# verify=False because getting 502 errors due to invalid certificate
htmlpage = html.content

Expand Down

0 comments on commit f5e36a2

Please sign in to comment.