[gettor/master] Fix error in function call - some other place

15 Oct
2019
15 Oct
'19
7:51 p.m.
commit 1e034b199d555bda90651e55dd0a607c5cd45a15 Author: hiro <hiro@torproject.org> Date: Tue Oct 15 21:51:47 2019 +0200 Fix error in function call - some other place --- 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 076464c..26b06b2 100644 --- a/gettor/services/twitter/twitterdm.py +++ b/gettor/services/twitter/twitterdm.py @@ -79,7 +79,7 @@ class Twitterdm(object): :return: deferred whose callback/errback will handle the API execution details. """ - return send_tweet() + return self.send_tweet() def send_tweet(self):
2073
Age (days ago)
2073
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org