[tor-commits] [gettor/master] Fix typo

hiro at torproject.org hiro at torproject.org
Sat Aug 31 14:59:15 UTC 2019


commit d02da70b7286c9d604988670ce8788a7d28b159d
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 16:58:18 2019 +0200

    Fix typo
---
 gettor/services/email/sendmail.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the tor-commits mailing list