Show More
1 | NO CONTENT: new file 100644 |
|
NO CONTENT: new file 100644 |
@@ -230,6 +230,7 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) | |||
233 | super(NotebookWebApplication, self).__init__(new_handlers, **settings) |
|
234 | super(NotebookWebApplication, self).__init__(new_handlers, **settings) | |
234 |
|
235 | |||
235 |
|
236 |
General Comments 0
You need to be logged in to leave comments.
Login now