Skip to content

Commit a251045

Browse files
committed
fix urlparms
1 parent e1be691 commit a251045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_nestdesktop_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def setup_nestdesktop():
4747
"""
4848

4949
# launchers url file including url parameters
50-
path_info = 'nestdesktop/index.html' + _nestdesktop_urlparams()
50+
path_info = 'nestdesktop/index.html'
5151

5252
# create command
5353
cmd = [

0 commit comments

Comments
 (0)