Make `pikerd` work again without `--tsdb` flag

l1_precision_fix
Tyler Goodlet 2022-03-07 07:22:12 -05:00
parent dd2edaeb3c
commit f582af4c9f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def pikerd(loglevel, host, tl, pdb, tsdb):
await ctn_ready.wait() await ctn_ready.wait()
log.info('`marketstore` container:{uid} up') log.info('`marketstore` container:{uid} up')
await trio.sleep_forever() await trio.sleep_forever()
trio.run(main) trio.run(main)