Browse Source

[Feature] Fix Twitter tweet say_template text !

monf 8 năm trước cách đây
mục cha
commit
cd20d4d9de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      neurons/twitter/Twitter.py

+ 1 - 1
neurons/twitter/Twitter.py

@@ -32,7 +32,7 @@ class Twitter(NeuronModule):
 
         status = api.PostUpdate(tweet)
         message = {
-            "tweet" : status
+            "tweet" : status.text
         }
 
         self.say(message)