Skip to content

Commit 8745ed0

Browse files
author
goebbert1
committed
rename var
1 parent a7db69b commit 8745ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_rsession_proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def _get_timeout(default=15):
134134
'icon_path': get_icon_path()
135135
}
136136
}
137-
if os.getenv('RSERVER_USE_SOCKET'):
137+
if os.getenv('JUPYTER_RSESSION_PROXY_USE_SOCKET'):
138138
server_process['unix_socket'] = True
139139

140140
return server_process

0 commit comments

Comments
 (0)