We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f32104 commit 75badfcCopy full SHA for 75badfc
1 file changed
jupyterlab_pullrequests/__init__.py
@@ -19,9 +19,8 @@ def _load_jupyter_server_extension(server_app):
19
from .base import PRConfig
20
from .handlers import setup_handlers
21
22
- log = server_app.log
23
config = PRConfig(config=server_app.config)
24
- setup_handlers(server_app, config)
+ setup_handlers(server_app.web_app, config)
25
server_app.log.info("Registered jupyterlab_pullrequests extension")
26
27
0 commit comments