added full debug out

This commit is contained in:
byteturtle 2017-04-14 23:04:37 +02:00
parent c8fc192829
commit 75ef48b1f5

View file

@ -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