From 0ec9bca212c378936c626c731e0f12f3f84fee8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Mon, 5 Feb 2018 23:12:52 +0100 Subject: [PATCH] Remove DisableDebuggerAttachment option DisableDebuggerAttachment was added in 839fc5a but it doesn't work when applied to an already running Tor (#80). This option can only be set before Tor is launched. I'm removing it for now as I don't see why it is needed when running the bwscanner. --- bwscanner/attacher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bwscanner/attacher.py b/bwscanner/attacher.py index 1718e4f..8160c2f 100644 --- a/bwscanner/attacher.py +++ b/bwscanner/attacher.py @@ -153,7 +153,6 @@ def connect_to_tor(launch_tor, circuit_build_timeout, control_port=None, 'FetchDirInfoExtraEarly': 1, 'SafeLogging': 0, 'LogTimeGranularity': 1, - 'DisableDebuggerAttachment': 0, } if tor_overrides: