bugfixing

This commit is contained in:
MuslemRahimi 2024-09-18 01:06:28 +02:00
parent 26b30825a4
commit f8606a0046

View File

@ -361,7 +361,7 @@ etf_cursor.execute("PRAGMA journal_mode = wal")
etf_cursor.execute("SELECT DISTINCT symbol FROM etfs")
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 = """
SELECT date, close,change_percent