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