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

16 Oct
2019
16 Oct
'19
10:51 a.m.
commit fca4f2062d4b392e28a9e152783f0f584db4c0ff Author: hiro <hiro@torproject.org> Date: Wed Oct 16 12:51:45 2019 +0200 Fix bug in email and twitter parser --- gettor/parse/twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettor/parse/twitter.py b/gettor/parse/twitter.py index b132b8d..4da3961 100644 --- a/gettor/parse/twitter.py +++ b/gettor/parse/twitter.py @@ -138,7 +138,7 @@ class TwitterParser(object): else: log.msg( "Discarded. Too many requests from {}.".format( - hid.hexdigest + hid.hexdigest() ), system="twitter parser" )
2089
Age (days ago)
2089
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org