[gettor/master] Fix bug in email and twitter parser

16 Oct
2019
16 Oct
'19
10:51 a.m.
commit 27c65468a28b2f90ea2deecb355905f7bfd70a5b Author: hiro <hiro@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" )
2077
Age (days ago)
2077
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org