[tor-commits] [ooni-probe/master] Enable submission of reports when run through the web user interface

art at torproject.org art at torproject.org
Mon Sep 19 12:14:25 UTC 2016


commit 2ab3219a6044b27c47dd310c1e6cecec20f006fd
Author: Arturo Filastò <arturo at filasto.net>
Date:   Tue Sep 13 18:57:03 2016 +0200

    Enable submission of reports when run through the web user interface
---
 ooni/ui/web/server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/ui/web/server.py b/ooni/ui/web/server.py
index aed9951..48f21c7 100644
--- a/ooni/ui/web/server.py
+++ b/ooni/ui/web/server.py
@@ -458,7 +458,7 @@ class WebUIAPI(object):
             ]
         }
         try:
-            deck = NGDeck(no_collector=True)
+            deck = NGDeck()
             deck.load(deck_data)
             self.run_deck(deck)
 





More information about the tor-commits mailing list