Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLundSE26 committed Dec 14, 2017
1 parent 3a55534 commit 69f355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -22,7 +22,7 @@ def search(mth):

result_dom = fromstring(result.content)

results = result_dom.xpath("//li[@class='searchresult'")
results = result_dom.xpath("//li[@class='searchresult']")
print len(results)


Expand Down

0 comments on commit 69f355b

Please sign in to comment.