diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-02-11 16:27:06 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-05 12:26:11 +0200 |
| commit | abe952080b01be4524fd03462236b6a3e63589f8 (patch) | |
| tree | 808b35aba48f540130b87bf198168181b145be7e /wrappers | |
| parent | a1420bfd2bb4eb04006e46dfcf682ece86459749 (diff) | |
Do not expose just yet, API not stable
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
Diffstat (limited to 'wrappers')
| -rw-r--r-- | wrappers/python/eduvpncommon/discovery.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpncommon/discovery.py b/wrappers/python/eduvpncommon/discovery.py index 79a3ee9..3ae967b 100644 --- a/wrappers/python/eduvpncommon/discovery.py +++ b/wrappers/python/eduvpncommon/discovery.py @@ -2,7 +2,7 @@ from . import lib, GoSlice from ctypes import * from enum import Enum -lib.GetOrganizationsList.argtypes, lib.GetOrganizationsList.restype = [], c_uint64 +#lib.GetOrganizationsList.argtypes, lib.GetOrganizationsList.restype = [], c_uint64 lib.Verify.argtypes, lib.Verify.restype = [GoSlice, GoSlice, GoSlice, c_uint64], c_int64 lib.InsecureTestingSetExtraKey.argtypes, lib.InsecureTestingSetExtraKey.restype = [GoSlice], None |
