[tor-commits] [gettor/master] Fix error and call backs in email message responder

hiro at torproject.org hiro at torproject.org
Wed Oct 16 11:20:01 UTC 2019


commit 9efff8c6d105c9b170a4e68c0766a7784b2bad9f
Author: hiro <hiro at torproject.org>
Date:   Wed Oct 16 13:19:57 2019 +0200

    Fix error and call backs in email message responder
---
 gettor/parse/email.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gettor/parse/email.py b/gettor/parse/email.py
index 237548f..aa574a8 100644
--- a/gettor/parse/email.py
+++ b/gettor/parse/email.py
@@ -240,7 +240,7 @@ class EmailParser(object):
                 "Found request for {}.".format(request['command']),
                 system="email parser"
             )
-            check = yield self.too_many_requests(request['id'], hid, request['service'], email_requests_limit):
+            check = yield self.too_many_requests(request['id'], hid, request['service'], email_requests_limit)
             if check:
                 log.msg(
                     "Discarded. Too many requests from {}.".format(



More information about the tor-commits mailing list