diff options
Diffstat (limited to 'client/src/leap')
-rw-r--r-- | client/src/leap/soledad/client/api.py | 2 |
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() |