From d62a636bcc50fd798a6c51da1ac542baa3d4b48e Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 19 Mar 2022 14:27:04 -0400 Subject: [PATCH] Pass concatted pre-fqsn directly to feed api --- piker/ui/_display.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/piker/ui/_display.py b/piker/ui/_display.py index ce892e9d..9957baa4 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -479,10 +479,8 @@ async def display_symbol_data( # clear_on_next=True, # group_key=loading_sym_key, # ) - fqsn = '.'.join((sym, provider)) - async with open_feed( - [fqsn], + ['.'.join((sym, provider))], loglevel=loglevel, # limit to at least display's FPS