
10 Mar
2013
10 Mar
'13
1:57 a.m.
commit c577255a1d82332c4ca4c0b3a12620449f55e340 Author: Arturo Filastò <art@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(): """