bugfixing
This commit is contained in:
parent
78202b0490
commit
11b172209a
@ -156,7 +156,6 @@ class InstituteDatabase:
|
|||||||
|
|
||||||
parsed_data = [
|
parsed_data = [
|
||||||
{**item, 'type': ('stocks' if item['symbol'] in stock_symbols else
|
{**item, 'type': ('stocks' if item['symbol'] in stock_symbols else
|
||||||
'crypto' if item['symbol'] in crypto_symbols else
|
|
||||||
'etf' if item['symbol'] in etf_symbols else None)}
|
'etf' if item['symbol'] in etf_symbols else None)}
|
||||||
for item in parsed_data
|
for item in parsed_data
|
||||||
if 'symbol' in item and item['symbol'] is not None and item['symbol'] in total_symbols
|
if 'symbol' in item and item['symbol'] is not None and item['symbol'] in total_symbols
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user