summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/l2db/remote/http_target.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/leap/soledad/common/l2db/remote/http_target.py')
-rw-r--r--common/src/leap/soledad/common/l2db/remote/http_target.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/l2db/remote/http_target.py b/common/src/leap/soledad/common/l2db/remote/http_target.py
index 598170e4..7e7f366f 100644
--- a/common/src/leap/soledad/common/l2db/remote/http_target.py
+++ b/common/src/leap/soledad/common/l2db/remote/http_target.py
@@ -47,7 +47,7 @@ class HTTPSyncTarget(http_client.HTTPClientBase, SyncTarget):
if self._trace_hook: # for tests
self._trace_hook('record_sync_info')
self._request_json('PUT', ['sync-from', source_replica_uid], {},
- {'generation': source_replica_generation,
+ {'generation': source_replica_generation,
'transaction_id': source_transaction_id})
def _parse_sync_stream(self, data, return_doc_cb, ensure_callback=None):