Fixed typo that broke the `quote` command
authorMaxence Groine <mgroine@fiefmanage.ch>
Fri, 17 Nov 2017 08:20:21 +0000 (09:20 +0100)
committerMaxence Groine <mgroine@fiefmanage.ch>
Fri, 17 Nov 2017 08:20:21 +0000 (09:20 +0100)
rainbowstream/draw.py

index a8bd803436c227c55d98ffcf8c1c87c979caa3cb..62254e6cc8e4321c0aea4834f3558944d6e83cfd 100644 (file)
@@ -1083,7 +1083,7 @@ def format_quote(tweet):
     """
     # Retrieve info
     screen_name = tweet['user']['screen_name']
-    text = get_full_text(t)
+    text = get_full_text(tweet)
     tid         = str( tweet['id'] )
 
     # Validate quote format