add etf to darkpool && market maker
This commit is contained in:
parent
32c82ec0cb
commit
61b7617724
@ -91,7 +91,7 @@ async def run():
|
||||
con.close()
|
||||
etf_con.close()
|
||||
|
||||
total_symbols = stocks_symbols #+ etf_symbols
|
||||
total_symbols = stocks_symbols+ etf_symbols
|
||||
|
||||
async with aiohttp.ClientSession() as session:
|
||||
tasks = []
|
||||
|
||||
@ -108,7 +108,7 @@ async def run():
|
||||
con.close()
|
||||
etf_con.close()
|
||||
|
||||
total_symbols = stocks_symbols #+ etf_symbols
|
||||
total_symbols = stocks_symbols + etf_symbols
|
||||
|
||||
async with aiohttp.ClientSession() as session:
|
||||
tasks = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user