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

incr_update_backup
Tyler Goodlet 2022-03-07 07:22:12 -05:00
parent 65609a35dc
commit fa0be47d66
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)