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

hist_backfill_fixes
Tyler Goodlet 2025-10-06 18:12:33 -04:00
parent a07e0a11d3
commit 8339b39d9e
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: