Skip to content

Commit

Permalink
Update __init__.py noVNC-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Apr 23, 2021
1 parent 4d06e9b commit b4c6eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_desktop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def setup_desktop():
return {
'command': [
'websockify', '-v',
'--web', os.path.join(HERE, 'share/web/noVNC-1.1.0'),
'--web', os.path.join(HERE, 'share/web/noVNC-1.2.0'),
'--heartbeat', '30',
'5901',
] + socket_args + [
Expand Down

0 comments on commit b4c6eb4

Please sign in to comment.