Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Jun 15, 2020
1 parent 459ceba commit 8ad0df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -21,7 +21,7 @@

# scraperwiki.sqlite.execute("update Signal_History set `Price` = %f where tidm = '%s' and Date = '%s'" % (tidm, tdate))

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

complist = scraperwiki.sqlite.execute("select `TIDM`, `Price`, `Date` from company where TIDM in (select distinct TIDM from Signal_History)")
#complist = scraperwiki.sqlite.execute("select `TIDM`, `Price`, `Date` from company where tidm = 'SIG.L'")
Expand Down Expand Up @@ -199,7 +199,7 @@
#------------------------------------------------
#------------------------------------------------

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

url = 'http://www.shareprices.com/ftseallshare'

Expand Down

0 comments on commit 8ad0df1

Please sign in to comment.