bugfixing
This commit is contained in:
parent
26b30825a4
commit
f8606a0046
@ -361,7 +361,7 @@ etf_cursor.execute("PRAGMA journal_mode = wal")
|
|||||||
etf_cursor.execute("SELECT DISTINCT symbol FROM etfs")
|
etf_cursor.execute("SELECT DISTINCT symbol FROM etfs")
|
||||||
etf_symbols = [row[0] for row in etf_cursor.fetchall()]
|
etf_symbols = [row[0] for row in etf_cursor.fetchall()]
|
||||||
|
|
||||||
total_symbols = ['NUVL'] #stock_symbols + etf_symbols
|
total_symbols = stock_symbols + etf_symbols
|
||||||
|
|
||||||
query_template = """
|
query_template = """
|
||||||
SELECT date, close,change_percent
|
SELECT date, close,change_percent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user