Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
majupi committed Jan 25, 2018
1 parent b078dba commit 32dbf4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.py
Expand Up @@ -28,10 +28,8 @@

urltoscrape = "http://site.com/"
listylist = ["p1", "p2", "p3"]
print listylist

for i in listylist:
print i
fullurl = urltoscrape + i
print fullurl

Expand Down

0 comments on commit 32dbf4c

Please sign in to comment.