[gettor/master] Fix too many requests check

16 Oct
2019
16 Oct
'19
11:44 a.m.
commit 5582c844f33d6389d41dd1202db2a1325ae9df53 Author: hiro <hiro@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:
2073
Age (days ago)
2073
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org