From c8fc192829436a09e5ec6f5271e8ae9934a84341 Mon Sep 17 00:00:00 2001 From: byteturtle Date: Fri, 14 Apr 2017 23:01:22 +0200 Subject: [PATCH] added debug output --- twitter.rb | 1 + 1 file changed, 1 insertion(+) 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 }