Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiblix100 committed May 8, 2017
1 parent 214522c commit 829364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -17,6 +17,6 @@ def get_google_new_results( term, count ):

return results

items = get_google_new_results( 'Mittuniversitetet', 5 )
items = get_google_new_results( 'monster', 5 )
for i,e in enumerate(items):
print '%d: %s' % (i+1,e,)

0 comments on commit 829364b

Please sign in to comment.