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 986a33e commit c762c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -11,8 +11,8 @@

asxlist = scraperwiki.sqlite.select("`ASX code` from company limit 5")

for x,y in asxlist.iteritems():
print y
for x in asxlist
print x

data = scraperwiki.scrape("http://www.asx.com.au/asx/research/ASXListedCompanies.csv")
url2 = 'https://www.aussiebulls.com/SignalPage.aspx?lang=en&Ticker=WOW.AX'
Expand Down

0 comments on commit c762c1a

Please sign in to comment.