
21 Feb
2012
21 Feb
'12
5:45 a.m.
commit 938ef093446ee2bcd553023b67943b048cd75f6c Author: Arturo Filastò <hellais@gmail.com> Date: Mon Feb 20 21:45:42 2012 -0800 Fix bug in torrc writing. --- refactor/tests/bridget.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/refactor/tests/bridget.py b/refactor/tests/bridget.py index ad4e59c..7c1ca8b 100644 --- a/refactor/tests/bridget.py +++ b/refactor/tests/bridget.py @@ -96,7 +96,7 @@ bridge %s DataDirectory %s usemicrodescriptors 0 ControlPort %s -""" % (socksport, bridge, datadir) +""" % (socksport, bridge, datadir, controlport) print torrc with open(randomname, "wb") as f: