Skip to content

Commit

Permalink
rename var
Browse files Browse the repository at this point in the history
  • Loading branch information
goebbert1 committed Jan 1, 2025
1 parent a7db69b commit 8745ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_rsession_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _get_timeout(default=15):
'icon_path': get_icon_path()
}
}
if os.getenv('RSERVER_USE_SOCKET'):
if os.getenv('JUPYTER_RSESSION_PROXY_USE_SOCKET'):
server_process['unix_socket'] = True

return server_process
Expand Down

0 comments on commit 8745ed0

Please sign in to comment.