Skip to content

Commit 174507b

Browse files
committed
adding verbosity for CI. Answer from mastodon
1 parent b133292 commit 174507b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

demo/rsn_events_bot/publishers/mastodon.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ def post(text, image_path)
3838
)
3939

4040
res = Net::HTTP.start(uri.hostname, uri.port, use_ssl: true) { |http| http.request(req) }
41+
42+
puts "############################"
43+
puts res
44+
puts "############################"
45+
4146
return res.code.to_i == 200
4247
end
4348
end
44-
end
49+
end

0 commit comments

Comments
 (0)