summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/leap/soledad/client/sync.py')
-rw-r--r--client/src/leap/soledad/client/sync.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/leap/soledad/client/sync.py b/client/src/leap/soledad/client/sync.py
index 1a881555..deb183ca 100644
--- a/client/src/leap/soledad/client/sync.py
+++ b/client/src/leap/soledad/client/sync.py
@@ -185,6 +185,9 @@ class SoledadSynchronizer(Synchronizer):
return self._record_sync_info_with_the_target(info["my_gen"])
def close(self):
+ """
+ Close the synchronizer.
+ """
self.sync_target.close()
def _record_sync_info_with_the_target(self, start_generation):