Skip to content

Commit

Permalink
Fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 10, 2019
1 parent f381589 commit 5bf2ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyterhub/jupyterhub_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import os

## Generic
c.JupyterHub.admin_access = True
c.Spawner.default_url = '/lab'
Expand All @@ -20,8 +22,6 @@


## Docker spawner
import os

c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
c.DockerSpawner.image = os.environ['DOCKER_JUPYTER_CONTAINER']
c.DockerSpawner.network_name = os.environ['DOCKER_NETWORK_NAME']
Expand Down

0 comments on commit 5bf2ab2

Please sign in to comment.