[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Fix error and call backs in email message responder
commit 9efff8c6d105c9b170a4e68c0766a7784b2bad9f
Author: hiro <hiro@xxxxxxxxxxxxxx>
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(
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits