From 162fad1e3aff08252ac4df1b028682fc11c2053a Mon Sep 17 00:00:00 2001 From: George Hunt Date: Sun, 29 Aug 2021 20:27:57 +0100 Subject: [PATCH] define a set with an iterable list --- roles/jupyterhub/templates/jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jupyterhub/templates/jupyterhub_config.py b/roles/jupyterhub/templates/jupyterhub_config.py index ee9a6a3f6..5a9819fc7 100644 --- a/roles/jupyterhub/templates/jupyterhub_config.py +++ b/roles/jupyterhub/templates/jupyterhub_config.py @@ -1057,7 +1057,7 @@ c.JupyterHub.spawner_class = 'systemdspawner.SystemdSpawner' # # Defaults to an empty set, in which case no user has admin access. # Default: set() -c.Authenticator.admin_users = set('Admin') +c.Authenticator.admin_users = set(['Admin']) ## Set of usernames that are allowed to log in. #