[tor-commits] [ooni-probe/master] Start the reactor in the Director
isis at torproject.org
isis at torproject.org
Sun Mar 10 01:57:02 UTC 2013
commit 8a889335fea991c69afbe001e4584615b484eafb
Author: Arturo Filastò <art at 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.
More information about the tor-commits
mailing list