bugfixing
This commit is contained in:
parent
1172635016
commit
b0b1a1db6f
@ -197,7 +197,7 @@ if __name__ == '__main__':
|
|||||||
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()]
|
||||||
#Test mode
|
#Test mode
|
||||||
cik_symbols = ['0001067983']
|
#cik_symbols = ['0001067983']
|
||||||
try:
|
try:
|
||||||
stock_cursor = stock_con.cursor()
|
stock_cursor = stock_con.cursor()
|
||||||
stock_cursor.execute("SELECT DISTINCT symbol, sector FROM stocks")
|
stock_cursor.execute("SELECT DISTINCT symbol, sector FROM stocks")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user