Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manhinhang committed Apr 13, 2024
1 parent 70ca140 commit c92304c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
logging.info('start ib gateway...')
logging.info('---ib gateway info---')
twsPath = os.environ['twsPath']
logging.info('twsPath', twsPath)
logging.info(f'twsPath: {twsPath}')
gatewayRootPath = "{}/ibgateway".format(twsPath)
ib_gateway_version = int(os.listdir(gatewayRootPath)[0])
gatewayPath = "{}/{}".format(gatewayRootPath, ib_gateway_version)
Expand Down

0 comments on commit c92304c

Please sign in to comment.