From 0e7f562dbaf79bebc5bba0dc90ab75b1aaedf349 Mon Sep 17 00:00:00 2001 From: Maxence Groine Date: Fri, 17 Nov 2017 09:20:21 +0100 Subject: [PATCH] Fixed typo that broke the `quote` command --- rainbowstream/draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbowstream/draw.py b/rainbowstream/draw.py index a8bd803..62254e6 100644 --- a/rainbowstream/draw.py +++ b/rainbowstream/draw.py @@ -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 -- 2.25.1