Skip to content

Commit

Permalink
refactor: use long flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent bc7b52e commit a27fde4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions jupyter_remote_desktop_proxy/setup_websockify.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,19 @@ def setup_websockify():
vnc_args
+ [
'-verbose',
'-fg',
'-geometry',
'1680x1050',
'-SecurityTypes',
'None',
'-fg',
]
)

return {
'command': [
'websockify',
'-v',
'--heartbeat',
'30',
'--verbose',
'--heartbeat=30',
'{port}',
]
+ websockify_args
Expand Down

0 comments on commit a27fde4

Please sign in to comment.