Woops, fix to read `.api_port` ref from the `Client.ib.client`..

brokers_refinery
Tyler Goodlet 2025-10-06 18:12:33 -04:00
parent 7bea7518a5
commit b994dd85af
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ async def vnc_click_hack(
4002 = {host = 'localhost', port = 5900, pw = 'doggy'}
'''
api_port: str = str(client.client.port)
api_port: str = str(client.ib.client.port)
conf: dict = client.conf
vnc_addrs: dict[int, tuple] = conf.get('vnc_addrs')
if not vnc_addrs: