Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Feb 25, 2019
1 parent 75b1e3e commit 447334f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -19,7 +19,7 @@
#Store the matches in 'matchedlinks'
matchedlinks = root.cssselect("li p a")
#print that
print(matchedlinks)
#print(matchedlinks)
#create a dictionary to store what we find
record = {}
#We start from 3416 beacuse 3417 rows were saved before error
Expand Down

0 comments on commit 447334f

Please sign in to comment.