[tor-commits] [gettor/master] Fix bug in email and twitter parser
hiro at torproject.org
hiro at torproject.org
Wed Oct 16 10:51:40 UTC 2019
commit 27c65468a28b2f90ea2deecb355905f7bfd70a5b
Author: hiro <hiro at torproject.org>
Date: Wed Oct 16 12:51:37 2019 +0200
Fix bug in email and twitter parser
---
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 9660863..5abf856 100644
--- a/gettor/parse/email.py
+++ b/gettor/parse/email.py
@@ -252,7 +252,7 @@ class EmailParser(object):
else:
log.msg(
"Discarded. Too many requests from {}.".format(
- hid.hexdigest
+ hid.hexdigest()
), system="email parser"
)
More information about the tor-commits
mailing list