Write `pps.toml` shortly after broker startup

ib_pps_upgrade
Tyler Goodlet 2022-07-27 08:44:30 -04:00
parent 279c899de5
commit 7dbcbfdcd5
1 changed files with 3 additions and 0 deletions

View File

@ -595,6 +595,9 @@ async def trades_dialogue(
tables,
)
# TODO: make this thread-async!
table.write_config()
# block until cancelled
await trio.sleep_forever()