mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Removing unneeded tornado setting
As per the comments in https://github.com/jupyter/notebook/pull/4999#discussion_r340833884, the setting was removed.
This commit is contained in:
parent
4fe631a248
commit
0a1fff1d0d
@ -223,7 +223,6 @@ class NotebookWebApplication(web.Application):
|
||||
base_url=base_url,
|
||||
default_url=default_url,
|
||||
template_path=template_path,
|
||||
use_redirect_file=jupyter_app.use_redirect_file,
|
||||
static_path=jupyter_app.static_file_path,
|
||||
static_custom_path=jupyter_app.static_custom_path,
|
||||
static_handler_class = FileFindHandler,
|
||||
|
Loading…
Reference in New Issue
Block a user