added debug output
This commit is contained in:
parent
873fec14d8
commit
c8fc192829
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue