Pass concatted pre-fqsn directly to feed api

mkts_backup
Tyler Goodlet 2022-03-19 14:27:04 -04:00
parent 532da9c590
commit fb2f1fa488
1 changed files with 1 additions and 3 deletions

View File

@ -629,10 +629,8 @@ async def display_symbol_data(
# clear_on_next=True, # clear_on_next=True,
# group_key=loading_sym_key, # group_key=loading_sym_key,
# ) # )
fqsn = '.'.join((sym, provider))
async with open_feed( async with open_feed(
[fqsn], ['.'.join((sym, provider))],
loglevel=loglevel, loglevel=loglevel,
# limit to at least display's FPS # limit to at least display's FPS