1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-12-22 06:44:21 +00:00

🔧 Make lab_url and legacy_notebook_url member fields (fix #79)

(didn't I already do this?)
This commit is contained in:
Steffo 2021-10-20 20:18:14 +02:00
parent 8f59ebad0e
commit 06301a6ad9

View file

@ -133,8 +133,6 @@ class Notebook(SophonGroupModel):
"locked_by",
"container_image",
"is_running",
"lab_url",
"legacy_notebook_url",
}
@classmethod
@ -144,6 +142,8 @@ class Notebook(SophonGroupModel):
"""
return {
"jupyter_token",
"lab_url",
"legacy_notebook_url",
}
@classmethod