commit 409f8a595ec2b67f89d6fca0f621530b732cedc1 Author: Arturo Filastò arturo@filasto.net Date: Tue Jun 21 16:28:18 2016 +0200
Fixes to support cloudfronting and https collectors --- ooni/backend_client.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/ooni/backend_client.py b/ooni/backend_client.py index 506aba4..1039124 100644 --- a/ooni/backend_client.py +++ b/ooni/backend_client.py @@ -42,6 +42,7 @@ class OONIBClient(object): self.backend_type = guess_backend_type(self.base_address) self.backend_type = self.backend_type.encode('ascii')
+ self._setupBaseAddress() self.settings = { 'type': self.backend_type, 'address': self.base_address,
tor-commits@lists.torproject.org