Add specific kwarg key to open_pps call when starting paperboi

explicit_write_pps_on_exit
jaredgoldman 2023-02-28 12:58:39 -05:00
parent 342aec648b
commit e4e368923d
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ async def trades_dialogue(
): ):
with open_pps(broker, 'paper', False) as table: with open_pps(broker, 'paper', write_on_exit=False) as table:
# save pps in local state # save pps in local state
_positions.update(table.pps) _positions.update(table.pps)