Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRa committed Jan 25, 2018
1 parent c951ae5 commit 31a6d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -6,7 +6,8 @@
print "Hello World"
# # Read in a page
# html = scraperwiki.scrape("http://foo.com")
#
myname = "Lila"
print myname
# # Find something on the page using css selectors
# root = lxml.html.fromstring(html)
# root.cssselect("div[align='left']")
Expand Down

0 comments on commit 31a6d56

Please sign in to comment.