Skip to content

Commit 13ddd96

Browse files
authored
Fix __init__.py
1 parent 6d4d3f6 commit 13ddd96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_xprahtml5_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _get_random_alphanumeric_string(length):
120120
'--tcp-encryption=AES',
121121
'--tcp-encryption-keyfile=' + fpath_aeskey,
122122
'--clipboard-direction=both',
123-
'--keyboard-sync=no', # prevent keys from repeating unexpectedly on high latency
123+
'--no-keyboard-sync', # prevent keys from repeating unexpectedly on high latency
124124
'--no-mdns', # do not advertise the xpra session on the local network
125125
'--no-bell',
126126
'--no-speaker',

0 commit comments

Comments
 (0)