Skip to content

Commit 3e65c4b

Browse files
committed
fix: autoconnect
1 parent 57a1114 commit 3e65c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/lightop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class BadRequest(Exception):
8080
var port = window.location.port;
8181
if (!port)
8282
port = window.location.protocol[4] == 's' ? 443 : 80;
83-
window.location.href = "vnc_auto.html";
83+
window.location.href = "vnc_auto.html?autoconnect=1&autoscale=0&quality=3";
8484
</script>
8585
<title>Page Redirection</title>
8686
</head><body></body></html>'''

0 commit comments

Comments
 (0)