bugfixing

This commit is contained in:
MuslemRahimi 2024-11-18 11:46:12 +01:00
parent 791657e47e
commit a93edd72fa

View File

@ -169,7 +169,6 @@ if __name__ == '__main__':
cursor.execute("PRAGMA journal_mode = wal") cursor.execute("PRAGMA journal_mode = wal")
cursor.execute("SELECT DISTINCT cik FROM institutes") cursor.execute("SELECT DISTINCT cik FROM institutes")
cik_symbols = [row[0] for row in cursor.fetchall()] cik_symbols = [row[0] for row in cursor.fetchall()]
cik_symbols = ['0001067983']
try: try:
stock_cursor = stock_con.cursor() stock_cursor = stock_con.cursor()