Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongs committed May 31, 2015
1 parent 5eaea4c commit e51f718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import dateutil.parser
import re

afl = requests.get("http://www.afl.com.au")
afl = requests.get("http://www.afl.com.au/")

aflsoup = BeautifulSoup(afl.content)

Expand Down

0 comments on commit e51f718

Please sign in to comment.