mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
pass config to spawner
This commit is contained in:
@@ -167,6 +167,7 @@ class BaseHandler(RequestHandler):
|
||||
spawner_class=self.spawner_class,
|
||||
base_url=self.base_url,
|
||||
hub=self.hub,
|
||||
config=self.config,
|
||||
)
|
||||
yield self.proxy.add_user(user)
|
||||
raise gen.Return(user)
|
||||
|
Reference in New Issue
Block a user