Skip to content

Commit ebbfa47

Browse files
authored
Merge pull request #419 from pikers/pre_multifeed_hotfix
HOTFIX: Fix `_main()` arg back to `sym: str`
2 parents 4729e4c + 02fbc0a commit ebbfa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: piker/ui/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def chart(
174174

175175

176176
_main(
177-
syms=symbols,
177+
sym=symbols[0],
178178
brokernames=brokernames,
179179
piker_loglevel=pikerloglevel,
180180
tractor_kwargs={

0 commit comments

Comments
 (0)