Don't require a symbol to subcmd

l1_precision_fix
Tyler Goodlet 2022-04-23 17:30:27 -04:00
parent b8b95f1081
commit d244af69c9
1 changed files with 1 additions and 1 deletions

View File

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