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

hiro at torproject.org hiro at torproject.org
Tue Oct 15 19:51:52 UTC 2019


commit 1e034b199d555bda90651e55dd0a607c5cd45a15
Author: hiro <hiro at 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):



More information about the tor-commits mailing list