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