[tor-commits] [ooni-probe/master] Add a shutdown hook for when everything is done
isis at torproject.org
isis at torproject.org
Sun Mar 10 01:57:02 UTC 2013
commit c577255a1d82332c4ca4c0b3a12620449f55e340
Author: Arturo Filastò <art at fuffa.org>
Date: Wed Jan 16 21:02:55 2013 +0100
Add a shutdown hook for when everything is done
---
ooni/oonicli.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/oonicli.py b/ooni/oonicli.py
index d11a9f7..405f8ac 100644
--- a/ooni/oonicli.py
+++ b/ooni/oonicli.py
@@ -158,7 +158,7 @@ def shutdown(result):
This will get called once all the operations that need to be done in the
current oonicli session have been completed.
"""
- reator.stop()
+ reactor.stop()
def runWithDirector():
"""
More information about the tor-commits
mailing list