added full debug out
This commit is contained in:
parent
c8fc192829
commit
75ef48b1f5
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ loop {
|
||||||
|
|
||||||
while input = client.gets
|
while input = client.gets
|
||||||
image = Twitter::Image.open_from_url(input)
|
image = Twitter::Image.open_from_url(input)
|
||||||
|
puts input
|
||||||
puts image
|
puts image
|
||||||
twitter.update_with_media(tweet_text, image)
|
twitter.update_with_media(tweet_text, image)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue