added debug output

This commit is contained in:
byteturtle 2017-04-14 23:01:22 +02:00
parent 873fec14d8
commit c8fc192829

View file

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