Don't require a symbol to subcmd

incr_update_backup
Tyler Goodlet 2022-04-23 17:30:27 -04:00
parent c18795e454
commit 9d375a0ce5
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)