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 18, 2019
1 parent 9660f3e commit 35b6c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -28,7 +28,7 @@

url = "https://bweb.kwantlen.ca/pls/prodss/bwysched.p_select_term?wsea_code=ACAD"

response = br.open(url, timeout=20)
response = br.open(url, timeout=60)

# response = br.open(url)

Expand Down

0 comments on commit 35b6c22

Please sign in to comment.