From f1cbdc511b1a8718fc7cb23b354516cc5b775d84 Mon Sep 17 00:00:00 2001 From: JessiQ711 <43743545+JessiQ711@users.noreply.github.com> Date: Tue, 19 Feb 2019 11:14:05 +0000 Subject: [PATCH] Update scraper.py --- scraper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scraper.py b/scraper.py index 69bea68..239633a 100644 --- a/scraper.py +++ b/scraper.py @@ -1,9 +1,10 @@ # This is a template for a Python scraper on morph.io (https://morph.io) # including some code snippets below that you should find helpful - +# The net two lines to scraperwiki library # import scraperwiki # import lxml.html # +print("Hello") # # Read in a page # html = scraperwiki.scrape("http://foo.com") #