Skip to content

Commit

Permalink
Update serverapp.py
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
michaelaye authored Dec 24, 2020
1 parent 4e4ab20 commit b82a5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/serverapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def _valdate_ip(self, proposal):

@default('cookie_secret_file')
def _default_cookie_secret_file(self):
return os.path.join(self.runtime_dir, 'jupytr_cookie_secret')
return os.path.join(self.runtime_dir, 'jupyter_cookie_secret')

cookie_secret = Bytes(b'', config=True,
help="""The random bytes used to secure cookies.
Expand Down

0 comments on commit b82a5e0

Please sign in to comment.