From a93edd72fa1ac2de4fc05d761d7ed6446a265c97 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Mon, 18 Nov 2024 11:46:12 +0100 Subject: [PATCH] bugfixing --- app/cron_hedge_funds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cron_hedge_funds.py b/app/cron_hedge_funds.py index c490074..eafadb5 100644 --- a/app/cron_hedge_funds.py +++ b/app/cron_hedge_funds.py @@ -169,7 +169,6 @@ if __name__ == '__main__': cursor.execute("PRAGMA journal_mode = wal") cursor.execute("SELECT DISTINCT cik FROM institutes") cik_symbols = [row[0] for row in cursor.fetchall()] - cik_symbols = ['0001067983'] try: stock_cursor = stock_con.cursor()