Explorar el Código

[Feature] Fix Twitter tweet say_template text !

monf hace 8 años
padre
commit
cd20d4d9de
Se han modificado 1 ficheros con 1 adiciones y 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)