commit 29bbe9bd0b06b674267f0e7af4d1d914cb6fb79d Author: Arturo Filastò arturo@filasto.net Date: Sun May 8 19:09:39 2016 +0200
Remove dead code --- ooni/templates/httpt.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py index c58daf2..a4844c8 100644 --- a/ooni/templates/httpt.py +++ b/ooni/templates/httpt.py @@ -113,7 +113,6 @@ class HTTPTest(NetTestCase): config.tor.socks_port))
self.report['socksproxy'] = None - sockshost, socksport = (None, None) if self.localOptions['socksproxy']: try: sockshost, socksport = self.localOptions['socksproxy'].split(':')