Show More
@@ -230,7 +230,6 b' class NotebookWebApplication(web.Application):' | |||||
230 | new_handler = tuple([pattern] + list(handler[1:])) |
|
230 | new_handler = tuple([pattern] + list(handler[1:])) | |
231 | new_handlers.append(new_handler) |
|
231 | new_handlers.append(new_handler) | |
232 |
|
232 | |||
233 | log.debug(new_handlers) |
|
|||
234 | super(NotebookWebApplication, self).__init__(new_handlers, **settings) |
|
233 | super(NotebookWebApplication, self).__init__(new_handlers, **settings) | |
235 |
|
234 | |||
236 |
|
235 |
General Comments 0
You need to be logged in to leave comments.
Login now