Don't require a symbol to subcmd

m4_corrections
Tyler Goodlet 2022-04-23 17:30:27 -04:00
parent 0b7961bb09
commit c3b43d7ae9
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ def storesh(
enable_modules=['piker.data._ahab'], enable_modules=['piker.data._ahab'],
): ):
symbol = symbols[0] symbol = symbols[0]
await tsdb_history_update(symbol) await tsdb_history_update()
trio.run(main) trio.run(main)