commit 45e0364a9b3815916fbbc0c876a7ec32b3f36f56 Author: Arturo Filastò art@fuffa.org Date: Fri Dec 7 01:52:04 2012 +0100
Thiss --- oonib/runner.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/oonib/runner.py b/oonib/runner.py index e406ce0..b13c8b2 100644 --- a/oonib/runner.py +++ b/oonib/runner.py @@ -42,6 +42,7 @@ def startTor(): torconfig.SocksPort = 9055 torconfig.save() d = txtorcon.launch_tor(torconfig, reactor, + tor_binary=config.main.tor_binary, progress_updates=updates) d.addCallback(setupCollector) d.addErrback(txSetupFailed)
tor-commits@lists.torproject.org