From 1ef27cc47ad56a2c66aaa40e398a0063be2573d4 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 9 May 2022 14:18:23 +0200 Subject: FSM/State: Profile correctness and connect name change Also add a force tcp flag --- wrappers/python/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/main.py') 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) -- cgit v1.2.3