summaryrefslogtreecommitdiffstats
path: root/ffi/lang/python/sequoia/net.py
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/lang/python/sequoia/net.py')
-rw-r--r--ffi/lang/python/sequoia/net.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffi/lang/python/sequoia/net.py b/ffi/lang/python/sequoia/net.py
index c5f4a7f4..a89c4e4f 100644
--- a/ffi/lang/python/sequoia/net.py
+++ b/ffi/lang/python/sequoia/net.py
@@ -19,8 +19,8 @@ class KeyServer(SQObject):
return KeyServer(ks, context=ctx)
@classmethod
- def sks_pool(cls, ctx):
- return KeyServer(lib.sq_keyserver_sks_pool(ctx.ref()),
+ def keys_openpgp_org(cls, ctx):
+ return KeyServer(lib.sq_keyserver_keys_openpgp_org(ctx.ref()),
context=ctx)
def get(self, keyid):