From 75ef48b1f5aaccc3af00ad191e397c1a1dffa4aa Mon Sep 17 00:00:00 2001 From: byteturtle Date: Fri, 14 Apr 2017 23:04:37 +0200 Subject: [PATCH] added full debug out --- twitter.rb | 1 + 1 file changed, 1 insertion(+) 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