summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index 9e43df4a..a0a0be9a 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -2043,6 +2043,7 @@ class LocalSyncState:
2043# is passed during initialization. 2043# is passed during initialization.
2044class PersistentTransport(xmlrpc.client.Transport): 2044class PersistentTransport(xmlrpc.client.Transport):
2045 def __init__(self, orig_host): 2045 def __init__(self, orig_host):
2046 super().__init__()
2046 self.orig_host = orig_host 2047 self.orig_host = orig_host
2047 2048
2048 def request(self, host, handler, request_body, verbose=False): 2049 def request(self, host, handler, request_body, verbose=False):