Skip to content
Snippets Groups Projects
Commit 83e80e99 authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent 0f2ef040
No related branches found
No related tags found
No related merge requests found
Pipeline #46929 passed
......@@ -4,7 +4,7 @@ from kubespawner import KubeSpawner
class MySpawner(KubeSpawner):
self.log.info("Start Myspayner")
# self.log.info("Start Myspayner")
with open('/etc/jupyterhub/custom/my_spawner.html', 'r') as f:
profile_form_template = f.readlines()
self.log.info("Read my_spawner.html")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment