summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/leap/soledad/client/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/leap/soledad/client/api.py b/client/src/leap/soledad/client/api.py
index 101c235e..303dde12 100644
--- a/client/src/leap/soledad/client/api.py
+++ b/client/src/leap/soledad/client/api.py
@@ -196,9 +196,9 @@ class Soledad(object):
# The following can raise BootstrapSequenceError, that will be
# propagated upwards.
self._init_secrets()
- self._init_u1db_sqlcipher_backend()
self._crypto = SoledadCrypto(self._secrets.remote_storage_secret)
+ self._init_u1db_sqlcipher_backend()
if syncable:
self._init_u1db_syncer()