From f8606a00466decf26a49fcd24b441cfefcad74bf Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 18 Sep 2024 01:06:28 +0200 Subject: [PATCH] bugfixing --- app/cron_options_gex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cron_options_gex.py b/app/cron_options_gex.py index 4484d79..cc60bc0 100644 --- a/app/cron_options_gex.py +++ b/app/cron_options_gex.py @@ -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