summaryrefslogtreecommitdiff
path: root/wrappers/python/main.py
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-09 14:18:23 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-09 14:18:23 +0200
commit1ef27cc47ad56a2c66aaa40e398a0063be2573d4 (patch)
treefff365577d82274f2b05878e702238b8a575c5c8 /wrappers/python/main.py
parentfd0753c5463b4c54d09712336301e174f05e05ab (diff)
FSM/State: Profile correctness and connect name change
Also add a force tcp flag
Diffstat (limited to 'wrappers/python/main.py')
-rw-r--r--wrappers/python/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/main.py b/wrappers/python/main.py
index be9ab6c..1c1afd7 100644
--- a/wrappers/python/main.py
+++ b/wrappers/python/main.py
@@ -24,7 +24,7 @@ if not success:
print(_eduvpn.get_disco())
-config, error = _eduvpn.connect("https://eduvpn.jwijenbergh.com")
+config, error = _eduvpn.get_config_institute_access("https://eduvpn.jwijenbergh.com")
if error:
print("Got connect error", error)