Just use brokermods dict directly in chart entrypoint now

basic_buy_bot
Tyler Goodlet 2023-06-13 09:20:15 -04:00
parent 90810dcffd
commit c0552fa352
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ def _main(
func=_async_main,
args=(
syms,
{mod.name: mod for mod in brokermods},
brokermods,
piker_loglevel,
),
main_widget_type=GodWidget,