summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/examples/soledad_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/leap/soledad/client/examples/soledad_sync.py')
-rw-r--r--client/src/leap/soledad/client/examples/soledad_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/leap/soledad/client/examples/soledad_sync.py b/client/src/leap/soledad/client/examples/soledad_sync.py
index 63077ee3..3aed10eb 100644
--- a/client/src/leap/soledad/client/examples/soledad_sync.py
+++ b/client/src/leap/soledad/client/examples/soledad_sync.py
@@ -40,7 +40,7 @@ def init_soledad(_):
global soledad
soledad = Soledad(uuid, _pass, secrets_path, local_db_path,
server_url, cert_file,
- auth_token=token, defer_encryption=False)
+ auth_token=token)
def getall(_):
d = soledad.get_all_docs()