commit 51b54c10d8fe8c70de3453da1da788451eedd030 Author: hiro hiro@torproject.org Date: Tue Oct 15 21:50:59 2019 +0200
Fix error in function call again --- gettor/services/twitter/twitterdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gettor/services/twitter/twitterdm.py b/gettor/services/twitter/twitterdm.py index a390267..076464c 100644 --- a/gettor/services/twitter/twitterdm.py +++ b/gettor/services/twitter/twitterdm.py @@ -217,7 +217,7 @@ class Twitterdm(object):
yield self.twitterdm( twitter_id=twitter_id, - body=body_msg + message=body_msg )
yield self.conn.update_stats(
tor-commits@lists.torproject.org