commit 8a889335fea991c69afbe001e4584615b484eafb Author: Arturo Filastò art@fuffa.org Date: Wed Jan 16 21:00:12 2013 +0100
Start the reactor in the Director --- ooni/oonicli.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ooni/oonicli.py b/ooni/oonicli.py index 1959de8..ac1b080 100644 --- a/ooni/oonicli.py +++ b/ooni/oonicli.py @@ -190,6 +190,8 @@ def runWithDirector(): log.err('Missing required option: "%s"' % option_name) print options.getUsage()
+ reactor.run() + def run(): """ Parses command line arguments of test.
tor-commits@lists.torproject.org