Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Dec 9, 2015
1 parent 77b03f9 commit 107d196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -13,7 +13,7 @@
asxlist = scraperwiki.sqlite.execute("select `ASX code` from company limit 5")

var1 = asxlist["data"][0]
print var1[2:5]
print str(var1)[2:-1]
#for x in asxlist:
# print asxlist

Expand Down

0 comments on commit 107d196

Please sign in to comment.