Switch vnc server to port 3003

ib_dedicated_data_client
Tyler Goodlet 2022-06-03 10:17:50 -04:00
parent 06832b94d4
commit 5d53ecb433
2 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ x11vnc \
-autoport 3003 \ -autoport 3003 \
# can't use this because of ``asyncvnc`` issue: # can't use this because of ``asyncvnc`` issue:
# https://github.com/barneygale/asyncvnc/issues/1 # https://github.com/barneygale/asyncvnc/issues/1
-passwd 'ibcansmbz' # -passwd 'ibcansmbz'

View File

@ -2584,8 +2584,8 @@ async def data_reset_hack(
async with asyncvnc.connect( async with asyncvnc.connect(
'localhost', 'localhost',
port=5900, port=3003,
password='ibcansmbz', # password='ibcansmbz',
) as client: ) as client:
# move to middle of screen # move to middle of screen