Explorar o código

[Feature] Fix Twitter tweet say_template text !

monf %!s(int64=8) %!d(string=hai) anos
pai
achega
cd20d4d9de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)