Switch vnc server to port 3003
parent
06832b94d4
commit
5d53ecb433
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue