Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Jan 18, 2017
1 parent e07cb60 commit 59e308f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -47,7 +47,7 @@ def scrapepdf(url):
if i.attrib.get('font') == "2":
print 'DATE MATCH on FONT? ', i.text.encode('ascii','ignore')
if i is not None:
print 'DATE MATCH? ', i.text.encode('ascii','ignore')
print 'DATE MATCH? ', i.text #.encode('ascii','ignore')

#loop through each item in 'lines'
for line in lines:
Expand Down

0 comments on commit 59e308f

Please sign in to comment.