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

marketstore
Tyler Goodlet 2022-03-07 07:22:12 -05:00
parent 38dc9cc99b
commit 7f5730d222
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()
log.info('`marketstore` container:{uid} up')
await trio.sleep_forever()
await trio.sleep_forever()
trio.run(main)