Skip to content

Commit b0b1a1d

Browse files
author
MuslemRahimi
committedMar 5, 2025
bugfixing
1 parent 1172635 commit b0b1a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/cron_hedge_funds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def get_data(cik, stock_sectors):
197197
cursor.execute("SELECT DISTINCT cik FROM institutes")
198198
cik_symbols = [row[0] for row in cursor.fetchall()]
199199
#Test mode
200-
cik_symbols = ['0001067983']
200+
#cik_symbols = ['0001067983']
201201
try:
202202
stock_cursor = stock_con.cursor()
203203
stock_cursor.execute("SELECT DISTINCT symbol, sector FROM stocks")

0 commit comments

Comments
 (0)