Woops, fix to read `.api_port` ref from the `Client.ib.client`..
parent
a07e0a11d3
commit
8339b39d9e
|
@ -199,7 +199,7 @@ async def vnc_click_hack(
|
||||||
4002 = {host = 'localhost', port = 5900, pw = 'doggy'}
|
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
|
conf: dict = client.conf
|
||||||
vnc_addrs: dict[int, tuple] = conf.get('vnc_addrs')
|
vnc_addrs: dict[int, tuple] = conf.get('vnc_addrs')
|
||||||
if not vnc_addrs:
|
if not vnc_addrs:
|
||||||
|
|
Loading…
Reference in New Issue