Skip to content

Commit

Permalink
Fixed typo that broke the quote command
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxyMoos committed Nov 17, 2017
1 parent ddc2f62 commit 0e7f562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rainbowstream/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e7f562

Please sign in to comment.