Skip to content

Commit a27fde4

Browse files
committed
refactor: use long flag names
1 parent bc7b52e commit a27fde4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jupyter_remote_desktop_proxy/setup_websockify.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,19 @@ def setup_websockify():
4747
vnc_args
4848
+ [
4949
'-verbose',
50+
'-fg',
5051
'-geometry',
5152
'1680x1050',
5253
'-SecurityTypes',
5354
'None',
54-
'-fg',
5555
]
5656
)
5757

5858
return {
5959
'command': [
6060
'websockify',
61-
'-v',
62-
'--heartbeat',
63-
'30',
61+
'--verbose',
62+
'--heartbeat=30',
6463
'{port}',
6564
]
6665
+ websockify_args

0 commit comments

Comments
 (0)