[tor-commits] [gettor/master] Fix help stats aggregation

hiro at torproject.org hiro at torproject.org
Fri Aug 30 12:00:06 UTC 2019


commit 892e88de2ebb8f389f9a4c01326f44c95ad6fefb
Author: hiro <hiro at torproject.org>
Date:   Fri Aug 30 13:38:37 2019 +0200

    Fix help stats aggregation
---
 gettor/services/email/sendmail.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gettor/services/email/sendmail.py b/gettor/services/email/sendmail.py
index 82c3288..4350b3f 100644
--- a/gettor/services/email/sendmail.py
+++ b/gettor/services/email/sendmail.py
@@ -140,7 +140,8 @@ class Sendmail(object):
                     )
 
                     yield self.conn.update_stats(
-                        command="help", service="email"
+                        command="help", , platform='', language='en',
+                        service="email"
                     )
 
                     yield self.conn.update_request(





More information about the tor-commits mailing list