Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix copy-paste-error
  • Loading branch information
jhgoebbert authored Jan 1, 2025
1 parent 09491d7 commit f16923d
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 @@ -152,7 +152,7 @@ def _get_timeout(default=15):
}
if os.getenv('RSERVER_USE_SOCKET'):
server_process['unix_socket'] = True
RSERVER_TIMEOUT

return server_process

def setup_rsession():
Expand Down

0 comments on commit f16923d

Please sign in to comment.