Skip to content

Commit f16923d

Browse files
authored
fix
fix copy-paste-error
1 parent 09491d7 commit f16923d

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
@@ -152,7 +152,7 @@ def _get_timeout(default=15):
152152
}
153153
if os.getenv('RSERVER_USE_SOCKET'):
154154
server_process['unix_socket'] = True
155-
RSERVER_TIMEOUT
155+
156156
return server_process
157157

158158
def setup_rsession():

0 commit comments

Comments
 (0)