diff options
Diffstat (limited to 'wrappers/python/main.py')
| -rw-r--r-- | wrappers/python/main.py | 2 |
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) |
