Skip to content

Commit

Permalink
Merge pull request jupyter-server#367 from michaelaye/patch-1
Browse files Browse the repository at this point in the history
Update serverapp.py
  • Loading branch information
Zsailer authored Dec 25, 2020
2 parents d73e370 + f7fa661 commit 50470cc
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 50470cc

Please sign in to comment.