mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
remove inappropriate argv in Hub.instance()
This commit is contained in:
@@ -1034,7 +1034,7 @@ class JupyterHub(Application):
|
||||
|
||||
@classmethod
|
||||
def launch_instance(cls, argv=None):
|
||||
self = cls.instance(argv=argv)
|
||||
self = cls.instance()
|
||||
loop = IOLoop.current()
|
||||
loop.add_callback(self.launch_instance_async, argv)
|
||||
try:
|
||||
|
Reference in New Issue
Block a user