diff --git a/.gitmodules b/.gitmodules index af1cd56..5a021de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "frameworks"] path = frameworks - url = https://gitlab.eumetsat.int/eumetlab/oceans/ocean-training/tools/frameworks.git - branch = main + url = https://github.com/wekeo/frameworks.git diff --git a/api_widgets.py b/api_widgets.py index bf46ccb..836330d 100644 --- a/api_widgets.py +++ b/api_widgets.py @@ -71,7 +71,7 @@ def hda_widget(): def on_button_clicked2(b): with output: - out_string = 'url: https://wekeo-broker.apps.mercator.dpi.wekeo.eu/databroker\nuser: {box1}\npassword: {box2}' + out_string = 'user:{box1}\npassword:{box2}' out_string = out_string.format(box1 = box1.value, box2 = box2.value) out_file = os.path.join(os.path.expanduser("~"), ".hdarc")