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 \
# can't use this because of ``asyncvnc`` issue:
# 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(
'localhost',
port=5900,
password='ibcansmbz',
port=3003,
# password='ibcansmbz',
) as client:
# move to middle of screen