diff --git a/twitter.rb b/twitter.rb index 2a249fe..f7bbcf2 100644 --- a/twitter.rb +++ b/twitter.rb @@ -55,6 +55,7 @@ loop { while input = client.gets image = Twitter::Image.open_from_url(input) + puts image twitter.update_with_media(tweet_text, image) end }