Skip to content
Snippets Groups Projects
Commit 7378335e authored by Enol Fernandez's avatar Enol Fernandez
Browse files

Fix class name

parent 00b15593
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ hub: ...@@ -208,7 +208,7 @@ hub:
from egi_notebooks_hub.onedata import OnedataSpawner from egi_notebooks_hub.onedata import OnedataSpawner
from tornado.httpclient import AsyncHTTPClient, HTTPClientError, HTTPRequest from tornado.httpclient import AsyncHTTPClient, HTTPClientError, HTTPRequest
class WebDavOIDCSpawner(OneDataSpawner): class WebDavOIDCSpawner(OnedataSpawner):
# ownCloud Infinite Scale parameters # ownCloud Infinite Scale parameters
# (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives) # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives)
OCIS_URL = "https://ocis-staging.apps.bst2-test.paas.psnc.pl" OCIS_URL = "https://ocis-staging.apps.bst2-test.paas.psnc.pl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment