Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beren744 committed Jan 25, 2018
1 parent 694ae90 commit 1ec1e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -37,7 +37,7 @@
print listylist
urltoscrape="http://foo.com"
listylist = ["p1","p2","p3"]
for bla in listylist:
for blah in listylist:
print blah
fullurl=urltoscrape+blah
print fullurl

0 comments on commit 1ec1e13

Please sign in to comment.