[tor-commits] [gettor/master] Fix too many requests check

hiro at torproject.org hiro at torproject.org
Wed Oct 16 11:44:40 UTC 2019


commit 5582c844f33d6389d41dd1202db2a1325ae9df53
Author: hiro <hiro at torproject.org>
Date:   Wed Oct 16 13:44:36 2019 +0200

    Fix too many requests check
---
 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 c9f527a..b7a65db 100644
--- a/gettor/parse/email.py
+++ b/gettor/parse/email.py
@@ -242,7 +242,7 @@ class EmailParser(object):
             )
 
             check = self.too_many_requests(
-                request['id'], hid, request_service, num_request, email_requests_limit
+                request['id'], hid, request_service, num_requests, email_requests_limit
             )
 
             if check:



More information about the tor-commits mailing list