Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Feb 27, 2016
1 parent da30753 commit 223f71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -9,7 +9,7 @@

#scraperwiki.sqlite.execute("create table Company_Performance (`TIDM` varchar2(8) NOT NULL, `1D` real, `3D` real, `1W` real, '1M' real, '6M' real, `Date` date, UNIQUE (`TIDM`, `Date`))")

if 1==0:
if 1==1:

complist = scraperwiki.sqlite.execute("select `TIDM`, `Price` from company where TIDM in (select distinct TIDM from Signal_History)")

Expand Down Expand Up @@ -194,7 +194,7 @@
#------------------------------------------------
#------------------------------------------------

if 1==1:
if 1==0:

url = 'https://www.britishbulls.com/SignalPage.aspx?lang=en&Ticker='

Expand Down

0 comments on commit 223f71d

Please sign in to comment.