summaryrefslogtreecommitdiffstats
path: root/ffi/lang/python/examples/decrypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/lang/python/examples/decrypt.py')
-rw-r--r--ffi/lang/python/examples/decrypt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ffi/lang/python/examples/decrypt.py b/ffi/lang/python/examples/decrypt.py
index c65f151d..1f4109e1 100644
--- a/ffi/lang/python/examples/decrypt.py
+++ b/ffi/lang/python/examples/decrypt.py
@@ -5,8 +5,7 @@ from enum import Enum, auto
from sequoia.core import Context, NetworkPolicy
from sequoia.openpgp import Tag, PacketParser
-ctx = Context("org.sequoia-pgp.examples",
- network_policy=NetworkPolicy.Offline,
+ctx = Context(network_policy=NetworkPolicy.Offline,
ephemeral=True)
class State(Enum):