commit 8dbd73d2e72ce45c9cd5677d1c24fba393cb21d7 Author: Arturo Filastò art@fuffa.org Date: Fri Dec 7 01:49:33 2012 +0100
Update the reporting path in the ooniprobe --- ooni/reporter.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ooni/reporter.py b/ooni/reporter.py index 6ab32e8..460b584 100644 --- a/ooni/reporter.py +++ b/ooni/reporter.py @@ -269,7 +269,7 @@ class OONIBReporter(OReporter): content += safe_dump(entry) content += '...\n'
- url = self.backend_url + '/report/new' + url = self.backend_url + '/report'
request = {'report_id': self.report_id, 'content': content} @@ -294,7 +294,7 @@ class OONIBReporter(OReporter): """ Creates a report on the oonib collector. """ - url = self.backend_url + '/report/new' + url = self.backend_url + '/report'
try: test_details = getTestDetails(options)
tor-commits@lists.torproject.org